Project Title: Food Tracker App
Project Description: An app that allows you to track your food intake and calories
Project Goals: I want to create an app that allows the user to track their food and calorie intake. I also want to learn more python and Sqlite and decided this would be a good place to start.
Steps to build and/or run the software:
- Open project folder in VS Code
- Run main.py
Instructions for using the software:
- Start the software
- Pick a user
- Choose an option
- Exit when ready
To recreate the development environment, you need the following software and/or libraries with the specified versions:
- VS Code 1.101.0
- Python 3.13.3
- Sqlite3
I found these websites useful in developing this software:
The following items I plan to fix, improve, and/or add to this project in the future:
- I'd like to add more food items for the user to choose from
- I'd like to give the user the ability to add food items to the database so they can add food they eat
- I'd also like to change the way date is inputted into the program. Typing out the entire date every time they want to do something is tedious.