Smart Chef is a simple app that provides information about food recipes and how to make them. In this application users can search for food recipes by name or food category. Each food detail displays the recipe, method of preparation, number of servings and cooking duration. This application is already responsive both on mobile and website.
This application still uses dummy data stored in the lib/models
folder.
This app is built with some additional packages:
If you want to try to do the development process, make sure your device has installed flutter.
You can download this repository by clicking <> Code
at the top, then selecting Download ZIP
or if you want to clone this repository you can do this by
git clone https://github.com/fajarhidayatt/smart-chef.git
After that, install all the packages / dependencies contained in this project
flutter pub get
Then run the application
flutter run
# or press f5 if you're using VS Code