Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishkarsh25/myrecipeapp2
MyRecipeApp2 is a simple Android application built using Jetpack Compose and MVVM architecture pattern. It fetches categories of recipes from an external API and displays them in a grid layout. Users can click on a category to view its details, including an image and description.
https://github.com/nishkarsh25/myrecipeapp2
jetpack-compose kotlin-android mvvm-architecture retrofit
Last synced: 17 days ago
JSON representation
MyRecipeApp2 is a simple Android application built using Jetpack Compose and MVVM architecture pattern. It fetches categories of recipes from an external API and displays them in a grid layout. Users can click on a category to view its details, including an image and description.
- Host: GitHub
- URL: https://github.com/nishkarsh25/myrecipeapp2
- Owner: nishkarsh25
- License: bsd-3-clause
- Created: 2024-02-27T20:13:14.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-27T21:36:51.000Z (12 months ago)
- Last Synced: 2024-11-21T11:08:23.738Z (3 months ago)
- Topics: jetpack-compose, kotlin-android, mvvm-architecture, retrofit
- Language: Kotlin
- Homepage:
- Size: 11.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyRecipeApp2
MyRecipeApp2 is a simple Android application built using Jetpack Compose and MVVM architecture pattern. It fetches categories of recipes from an external API and displays them in a grid layout. Users can click on a category to view its details, including an image and description.
## Features
- **Category Listing:** Fetches recipe categories from an external API and displays them in a grid layout.
- **Category Details:** Allows users to click on a category to view its details, including an image and description.
- **MVVM Architecture:** Implements the Model-View-ViewModel (MVVM) architecture pattern for better code organization and maintainability.
- **Jetpack Compose:** Uses Jetpack Compose for building the user interface using a declarative UI framework.
- **Navigation Component:** Utilizes the Navigation Component for navigating between different screens in the app.
- **Network Requests:** Uses Retrofit for making network requests and fetching data from the API.
- **Image Loading:** Utilizes Coil for loading and displaying images efficiently.## Screenshots
![]()
## JSON
## GIF's
## Dependencies
- **Retrofit:** For making network requests and fetching data from the API.
- **Coil:** For loading and displaying images efficiently.
- **ViewModel:** Part of Android Architecture Components, used for managing UI-related data.
- **Jetpack Compose:** For building the user interface using a declarative UI framework.
- **Navigation Component:** For navigating between different screens in the app.## Getting Started
To get started with MyRecipeApp2, follow these steps:
1. **Clone the repository:**
```bash
git clone https://github.com/nishkarsh25/MyRecipeApp2.git
```2. Open the project in Android Studio.
3. Build and run the project on an emulator or physical device.## Usage
1. Launch the app on your device.
2. Browse through the recipe categories displayed on the home screen.
3. Tap on a category to view recipes within that category.
4. Explore recipe details and enjoy cooking!## Contributing
Contributions are welcome! If you find any bugs, want to suggest new features, or improve existing functionality, please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/improvement`)
3. Make your changes and commit them (`git commit -am 'Add new feature'`)
4. Push to the branch (`git push origin feature/improvement`)
5. Create a new Pull Request.## License
This project is licensed under the [The 3-Clause BSD License](LICENSE).## Contact
If you have any questions or suggestions, feel free to contact the project owner:Author: Nishkarsh Gupta
Email: [email protected]