This is a Todo List application built with Next.js.
Check out the live version here
The vertical design of this todo list was inspired by a cool vertical todo list I saw at a friend's house. It had a rolled-up paper look that was both unique and practical. I wanted to bring that same vertical layout and organized feel into this digital version. I think this design can help you tackle tasks in chronological order and stay more focused.
- Add, edit, and delete todo items.
- Drag and drop items to reorder them.
- Filter todo items by completed and not completed.
- Manage due dates for todos.
To start the development server, run the following command:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev