Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.19 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.19 KB

The Vertical Todo List

This is a Todo List application built with Next.js.

live Version

Check out the live version here

Inspiration

Vertical Todo List

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.

Features

  • 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.

Setup and Start

To start the development server, run the following command:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Technologies Used