Welcome to the TodoList application! This project is built with Next.js and is designed to help you manage your tasks efficiently.
git clone git@github.com:CakeInTech/todoapp_nextjs.git
cd todo-listyarn install
yarn dev
# or npm run dev if you prefer to use NPM instead of Yarn for package management
# Open http://localhost:3000 in your web browser to see the application running.- Manage your tasks effortlessly.
- Filter tasks by All, Active, or Completed.
- Toggle task completion with a simple click.
- Clear all completed tasks with a single button.
- You can access a live demo of this application here. Enjoy managing your tasks efficiently