/Food-Scheduler

A simple Flutter App I'm trying out while learning

Primary LanguageC++MIT LicenseMIT

Food Scheduler

This is a simple food scheduler that I use to keep track of what I eat and when I eat it. It's a simple app that I open every morning to know what I'll be eating. It's not very sophisticated, but it works for me.

Definition might change as I see fit for the project as I go along. Hopefully, I'll actually finish this project.

Demo Video

Demo Video

Installation

This is a Flutter project, so you'll need to install Flutter to run it. You can find instructions on how to do that here. Once you have Flutter installed, you can run the project by running the following command in the root directory of the project:

flutter run

Live Demo

You can find a live demo of the project here.

Live demo will be available once the project is finished.

If you want to run the project on your own device, you can download the APK here.

APK will be available once the project is finished.

Progress

  • Create a basic UI
  • Add a database
  • Add a way to add food items (test)
  • Add a way to delete food items (test)
  • Add a way to edit food items (test)
  • Add days of the week
  • Add a way to add food items to days of the week
  • Add a way to delete food items from days of the week
  • Add a way to edit food items on days of the week

Contributing

If you want to contribute to this project, you can do so by forking the repository and making a pull request. I will review the pull request and merge it if it's good.

License

This project is licensed under the MIT License. See the LICENSE file for more details.