Skip to content

PatriquePorto/todo-app-nextjs

Repository files navigation



TODO App Next.js

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.

Features

  • Add new tasks
  • Mark tasks as completed
  • Edit task descriptions
  • Delete tasks

Installation

  1. Clone this repository.
  2. Install dependencies by running npm install or yarn install.
  3. Start the development server by running npm run dev or yarn dev.

Usage

  1. Open the app in your browser.
  2. Enter a new task in the input field.
  3. Click the "Add" button to add the task.
  4. Mark a task as completed by clicking the checkbox.
  5. Edit a task by clicking the "Edit" button.
  6. Delete a task by clicking the "Delete" button.

Technologies

  • Next.js
  • React
  • TypeScript

License

This project is licensed under the MIT License.