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.
-
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.
- Programming Language: Kotlin (for Android development)
-
Android Studio SDK (to make the andriod application)
-
DBSQLite (for data storage)
Prerequisites:
-
Android Studio
-
Java Development Kit (JDK)
-
Android Emulator or Physical Android Device
-
Clone the repository:
bash git clone https://github.com/Sai25Hajime/Simple-Recipe-Organizer.git cd Simple-Recipe-Organizer -
Open the project in Android Studio.
-
Connect your Android device or start the emulator.
-
Click Run in Android Studio to launch the app on your device or emulator.
- Adding a Recipe:
Navigate to the "Add Recipe" screen where you can input the recipe name, ingredients, steps, and optional image.
- Editing a Recipe:
You can modify any existing recipe by selecting it from the list and making the necessary changes.
- Deleting a Recipe:
Swipe or use the delete button to remove a recipe from the list.