Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.68 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.68 KB

CookItUp

CookItUp is your go-to recipe app, designed to ignite your passion for cooking and inspire culinary creativity like never before. Whether you're a seasoned home chef or a curious beginner in the kitchen, our app is a treasure trove of mouthwatering recipes, tips, and tricks to elevate your cooking game to new heights.

Features

  • View a list of recaps sorted by date.
  • Display detailed information about each recap.
  • Save and retrieve recaps locally using the Room database.
  • Utilize Coroutines for efficient and non-blocking asynchronous tasks.

Technologies Used

  • Kotlin: The app is developed entirely in Kotlin programming language.
  • MVVM Architecture: The app follows the Model-View-ViewModel architectural pattern for clear separation of concerns and maintainability.
  • Room Database: Local data storage and retrieval are managed using the Room database for a smooth offline experience.
  • Coroutines: Asynchronous tasks and background operations are handled using Kotlin Coroutines for improved performance.
  • Material Design: The app adheres to Google's Material Design principles for a clean and visually appealing user interface.
  • Retrofit: Network requests are handled using the Retrofit library for fetching anime data from the server.

Screenshots