dahma101/habit_app — reverse-engineered prompt
Reverse engineered prompt
Build me a habit tracker app that makes it easy for someone to create an account, log in, organize habits into lists, and check off habits as they complete them. I want a clean dashboard that shows what habits are coming up in the next 30 days, plus pages for managing habits and lists.
Please include useful reports so the user can see their overall progress, view all habit history, and open a single habit to see its check in history and streak progress. It should feel polished and simple, with a modern React interface and a secure Django API behind it.
Use the existing backend and frontend setup from this repo. Keep the Docker setup working so I can run everything with docker compose. Make sure authentication, habit CRUD, list CRUD, dashboard, reports, scheduled background tasks, API docs, tests, and environment config are all wired up properly. Look up current docs online if you need to.
Want more depth? Deep Reverse