I want to build a web app, which I can use to keep track all of my day and add reminders for next days/week or month dates. Kinda habit tracker, schedule maker and personal assistant.
I should be able to add my daily routine tasks, schedules (should have an option to make it repetitive) and add reminders as well.
Throughout the day I can checkmark the tasks I have already performed with effort level. And at the end of the the app should give me analysis of my day and also tell me whatson table for the next day.
Lets plan this out
This project was built with Lovable.
Live app: https://cozy-routine-builder.lovable.app
Continue developing this project in the Lovable editor.
- Ship faster: describe what you want to build and Lovable handles the code.
- Stay in sync: every change made in Lovable is committed straight to this repository.
- Full ownership: this code is yours. Push to
mainon GitHub and your changes sync back into Lovable, ready for your next prompt.
Prefer working locally? You need Node.js and npm — install with nvm.
git clone <this-repository-url>
cd <repository-name>
npm i
npm run dev