This is a Next.js project bootstrapped with create-next-app
.
This project is a simple task list application that allows users to add, edit, and filter tasks. It uses local storage to persist tasks and filters across sessions.
Make sure you have the following installed on your local machine:
git clone https://github.com/your-username/task-list.git
cd task-list
npm install
# or
yarn install
# or
pnpm install
# or
bun install
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Editing the Project You can start editing the page by modifying page.tsx. The page auto-updates as you edit the file.
ā
Task filtering (All, Completed, Pending)
āļø Task editing for updating existing tasks
š Dark mode support
š Smooth animations for adding and removing tasks