Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mo7amedaliEbaid authored May 26, 2024
1 parent 42b2dcb commit 9b328f6
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# recipes.
- Simple Flutter App for Cocktails and Drinks Recipes.

# Note.
## Architecture.
- Clean Architecture with structure similar to `DDD` Using Riverpod and Freezed.

## Note.
- The main branch of this repo is developed using flutter `riverpod` for state management and `freezed` for code generation.
- Check this [branch](https://github.com/mo7amedaliEbaid/recipes/tree/cubit) for cubit implementation `Bloc Pattern`.

# Ui Design.
## Ui Design.
- Figma Community [Make-Your-Own-Drink-App](https://www.figma.com/file/wWyRmaSDRSEFx8GqX36O2Y/Make-Your-Own-Drink-App-(Community)?type=design&node-id=2-2&mode=design&t=PTWXrra3sUQWvDbv-0)

# Api
## Api
- Free [www.thecocktaildb.com](https://www.thecocktaildb.com/api.php)

## ScreenShots

<p float="left">
<img src="https://github.com/mo7amedaliEbaid/recipes/blob/6f4601d604286047b41312d8226815c83fe19bc0/screenShots/onBoarding.jpg" width="320" alt="recipes"/>
<img src="https://github.com/mo7amedaliEbaid/recipes/blob/6f4601d604286047b41312d8226815c83fe19bc0/screenShots/home.jpg" width="320" alt="recipes"/>
<img src="https://github.com/mo7amedaliEbaid/recipes/blob/d73331652cc5f48dc2ddd6160a2e5078d8b2d2de/screenShots/drinks_by_category.jpg" width="320" alt="recipes"/>
<img src="https://github.com/mo7amedaliEbaid/recipes/blob/f6180355465696ceecf7365c0622de98429a1b1b/screenShots/details.jpg" width="320" alt="recipes"/>
<img src="https://github.com/mo7amedaliEbaid/recipes/blob/6f4601d604286047b41312d8226815c83fe19bc0/screenShots/onBoarding.jpg" width="200" alt="recipes"/>
<img src="https://github.com/mo7amedaliEbaid/recipes/blob/6f4601d604286047b41312d8226815c83fe19bc0/screenShots/home.jpg" width="200" alt="recipes"/>
<img src="https://github.com/mo7amedaliEbaid/recipes/blob/d73331652cc5f48dc2ddd6160a2e5078d8b2d2de/screenShots/drinks_by_category.jpg" width="200" alt="recipes"/>
<img src="https://github.com/mo7amedaliEbaid/recipes/blob/f6180355465696ceecf7365c0622de98429a1b1b/screenShots/details.jpg" width="200" alt="recipes"/>
</p>

0 comments on commit 9b328f6

Please sign in to comment.