Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 1.79 KB

File metadata and controls

74 lines (43 loc) · 1.79 KB

Simple Recipe Organizer

This is for the Mobile Computing Project that I did back in Semester 6 of Computer Engineering.

A simple and efficient recipe organizer app that allows users to easily store, manage, and organize their favorite recipes. The app allows users to add, edit, and delete recipes while maintaining a clean and easy-to-use interface.


📱 Features

  • Add Recipes: Easily add new recipes to the organizer.

  • Edit Recipes: Update existing recipes with new information.

  • Delete Recipes: Remove recipes that are no longer needed.

  • User-Friendly Interface: Simple and intuitive UI for a seamless user experience.


🧑‍🍳 Technologies Used

  • Programming Language: Kotlin (for Android development)

Libraries & Frameworks:

  • Android Studio SDK (to make the andriod application)

  • DBSQLite (for data storage)


⚙️ Installation

Prerequisites:

  • Android Studio

  • Java Development Kit (JDK)

  • Android Emulator or Physical Android Device


Steps to Run the Project:

  1. Clone the repository:

    bash
    git clone https://github.com/Sai25Hajime/Simple-Recipe-Organizer.git
    cd Simple-Recipe-Organizer
    
    
  2. Open the project in Android Studio.

  3. Connect your Android device or start the emulator.

  4. Click Run in Android Studio to launch the app on your device or emulator.


🛠️ How It Works

  1. Adding a Recipe:

Navigate to the "Add Recipe" screen where you can input the recipe name, ingredients, steps, and optional image.

  1. Editing a Recipe:

You can modify any existing recipe by selecting it from the list and making the necessary changes.

  1. Deleting a Recipe:

Swipe or use the delete button to remove a recipe from the list.


👩‍💻 Contributors