-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9196f2
commit 5870610
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
# <p align="center">BLoC Shopping</p> | ||
|
||
An app that uses 'Business Logic Component' design pattern and bloc state management. | ||
An app that follows The Business Logic Component (BLoC) pattern. The BLoC pattern uses Reactive Programming to handle the flow of data within an app. | ||
|
||
Through this project, I've learned: | ||
|
||
- bloc design pattern and state management. | ||
- singleton and factory design pattern. | ||
- bloc design pattern | ||
- state management | ||
- singleton and factory design pattern. | ||
|
||
Screenshots of the app: | ||
|
||
<p align="center"><img src="images/bloc_shopping_home.png" width="300"> <img src="images/bloc_shopping_cart.png" width="300"></p> |