A todo app where you can organize your tasks in three distinct lists: general, work and personal.
- You can clear all completed tasks from a list with a single button click.
- All tasks are stored locally. Don't be afraid to close your tab.
- Mobile first design.
- UI design aimed to be friendly and easy to use.
- Make sure you have Node v21.6.2 installed.
- Make sure you also have Pnpm installed.
- Clone this repository.
- Inside the directory, install the dependencies running
pnpm i
. - Start on development mode by running
pnpm dev
. - You should see an URL on your terminal where you can access the app.
- Make sure you have followed all six steps from the section Running Locally.
- Execute all e2e tests by running
pnpm cypress run
.
- Create tasks.
- Remove tasks.
- Toggle task status.
- Clear completed tasks.
- Fixed lists.
- Responsive.
- Data persistance (Local Storage). -> MVP Reached
- Cloud storage (api with auth).
- Custom lists.
- Due date.
- Board View.
- Calendar View.
- Timeline View.
- Google Calendar Integration.