Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morgynkass/final-python-project

This is my final project for python.
https://github.com/morgynkass/final-python-project

Last synced: 8 days ago
JSON representation

This is my final project for python.

Awesome Lists containing this project

README

        

This project uses Flask, Bootstrap, Jinja2, sqlalchemy, and werkzeug.

The problem I intended to solve was a way to track my protein intake throught the day to keep up with my goal.
In my app you can add protein for the day and it will add it to the existing amount. It will then compare it to the goal that you can set and tell you how much protein you still need to consume and what percent you are relative to your goal.
It also allows for users and all data tied to that user will only be able to be accessed by them.