Access the live application here 👉 Food Wizard
Food Wizard aims to assist users in discovering recipes based on the ingredients they have available. By selecting ingredients they possess, the system will suggest corresponding recipes, minimizing food waste and inspiring meal preparation.
Many individuals often find themselves with leftover ingredients and lack ideas on how to utilize them effectively. Food Wizard addresses this challenge by providing recipe suggestions tailored to the user's available ingredients, leveraging data from TheMealDB API.
- Lu-Yin Wang (Rebecca): Personal GitHub
- Pei-Yu Chen (Lucy): Personal GitHub (Also using "lucy-at-may4s" to contribute)
- Chun-Wen Hsueh (Vince): Personal GitHub
-
For user manual and features, please refer to: Manual
-
(Developer) How to run the program?
- Clone the repository to your local machine.
- Navigate to the project directory in your terminal.
- Run the following command to run the app in your local machine:
./gradlew build # Linux/Mac gradlew.bat build # Window
- The app should be running on your local machine. Open your web browser and go to
http://localhost:8080to access the application.
