Skip to content

Repository files navigation

Habit

Simple habit-tracking project (React frontend + optional Python backend).

Setup

Prerequisites: Node.js (v16+), Python 3.8+ (optional)

Frontend:

npm install
npm start

Backend (optional):

python -m venv venv
venv\Scripts\activate    # Windows
pip install -r requirements.txt
python app.py

Notes

  • Frontend source: src/
  • Static site: public/
  • Python backend entry: app.py

License

MIT

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages