Skip to content

Commit ea2d290

Browse files
Update README.md
1 parent 98e1cea commit ea2d290

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Culinary Quest
44
It's a Recipe Search App where utilize the "Forkify" API from https://forkify-api.herokuapp.com/ to fetch and display recipes.
55

6+
<br>
7+
68
## Features
79

810
- SplashScreen: A brief introduction to the app with a visually pleasing start.
@@ -20,6 +22,8 @@ It's a Recipe Search App where utilize the "Forkify" API from https://forkify-ap
2022
- LiveData
2123
- DataBinding
2224

25+
<br>
26+
2327
## Architecture
2428

2529
This application implements the MVVM (Model-View-ViewModel) architecture pattern, ensuring a separation of concerns and easier maintenance. It uses the Navigation Component for managing UI navigation, Retrofit for network calls, Coroutines for asynchronous tasks, and Firebase for user authentication and data storage. LiveData is used for observing data changes, and DataBinding for binding UI components in layouts to data sources.
@@ -33,6 +37,8 @@ Various design patterns are employed throughout the application, such as Reposit
3337
- Android Studio Arctic Fox | 2020.3.1 Patch 2 or higher
3438
- Min SDK version 27 (Oreo) or higher
3539

40+
<br>
41+
3642
## Getting Started
3743

3844
1. **Clone the repository:**
@@ -62,6 +68,7 @@ Various design patterns are employed throughout the application, such as Reposit
6268
- Connect an Android device or use the Android emulator.
6369
- Press 'Run' (the green play button) in Android Studio.
6470

71+
<br>
6572

6673
## ScreenShot
6774

0 commit comments

Comments
 (0)