Skip to content

Django/React app to manage a keto diet

Notifications You must be signed in to change notification settings

philippeowagner/keto-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot of Keto App

Keto Tracker

What is it?

This is an app to help track your macronutrients while on a diet. Users can enter the details of their meal and see the total nutritional value of all of their meals that day.

Tech

Python/Django, React.js, Chart.js

What's Working

-Users can sign up and log in

-Users can log a meal and the graph will update to reflect changes

What's Broken

-Users can see meals logged by all users, not just their own meals

-Meals logged from the UI (not from Django admin panel) have no "owner"

-UI issues, mainly when the login/signup form is expanded

What's Next

-UI fixes

-Associating logged meals with the current user

-Filtering meals returned by the API so that only the current user's meals are returned

-Moving away from default Django DB so the app can be hosted

-Sorting meals in the log so users can see meals from today/last week/last month/etc

-Graph to show macro intake over time

About

Django/React app to manage a keto diet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.7%
  • Python 32.2%
  • CSS 8.1%
  • HTML 5.0%