Skip to content

Commit

Permalink
README.md updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
BBarisKilic committed May 16, 2021
1 parent d9196f2 commit 5870610
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
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"> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <img src="images/bloc_shopping_cart.png" width="300"></p>

0 comments on commit 5870610

Please sign in to comment.