Remember when you said you were going to do that one thing that one time? You even wrote it down, right?
How long has it been though?
With longOverdue, you can keep track of how long its been since you wrote down that one amazing idea.
Try it here:
https://longoverdue.vercel.app/
- Add and delete todos 📝🗑️
- Track the time since each todo was added ⏱️
- Todos are automatically saved to local browser storage 💾
To deploy this application on your own machine, follow these steps:
- Clone the repository:
git clone https://github.com/GangstersPairOfDice/longOverdue.git
- Go inside the directory:
cd longOverdue
- Install dependancies:
yarn
- Start the development server:
yarn dev
- Open your browser and navigate to http://localhost:5173 to view the application.
-
👤 User Functionality
-
➕ Add Todo
-
➖ Remove Todo
-
⏳ Time Tracking
- See how long it's been since a task was added
-
💾 Save your Todos ( LocalStorage )
-
Complete tasks
- See completed tasks
- See what the average time it takes to complete a task
-
Undo remove button
-
Notifications ?
-
Display Customization ? ( display preferences )
-
Search Function ?
-
Encryption ?
-
Collaboration ?
-
-
😎 Clean UI
- Modern and intuitive design
- Highlight selected task for easy demarcation
- Easy to navigate and use
- 📱 Mobile
- Test / Update all components to be mobile friendly
- Modern and intuitive design
-
💻 Hosting
- Local/Offline Host
- Online Host
- Vercel
- React
- TypeScript
- Tailwind CSS