Kerbstomp / weight-tracker-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weight-tracker-app

I created this simple weight tracker app mostly to test for myself the integration of a React application with a Django backend project. Added a quick demo at the bottom

Installation

Requires both python (> 3.11) and the package manager pip to be installed

pipenv install
pipenv shell
python manage.py runserver

The application will now be running on 127.0.0.1:8000/

Potential Future Improvements

Probably wont actually do any of these as this was more of a throwaway project

  • Fix callback so UserList does not re-render needlessly
  • Style this shit
  • Ability to delete a user
  • Ability to select a date when logging new weight
  • Ability to go back to user selection
  • Ability to delete a logged weight

Demo

bandicam.2023-02-01.18-28-36-060.mp4

About


Languages

Language:Python 46.7%Language:JavaScript 41.4%Language:HTML 10.9%Language:CSS 0.9%