This is a simple TODO app built with Next.js. It allows you to add, edit, and delete tasks. The app stores the tasks in the browser's local storage.
- Add new tasks
- Mark tasks as completed
- Edit task descriptions
- Delete tasks
- Clone this repository.
- Install dependencies by running
npm install
oryarn install
. - Start the development server by running
npm run dev
oryarn dev
.
- Open the app in your browser.
- Enter a new task in the input field.
- Click the "Add" button to add the task.
- Mark a task as completed by clicking the checkbox.
- Edit a task by clicking the "Edit" button.
- Delete a task by clicking the "Delete" button.
- Next.js
- React
- TypeScript
This project is licensed under the MIT License.