https://github.com/patriqueporto/todo-app-nextjs
A Todo App made with Nextjs & Typescript
https://github.com/patriqueporto/todo-app-nextjs
javascript nextjs14 tailwindcss typerscript
Last synced: about 1 month ago
JSON representation
A Todo App made with Nextjs & Typescript
- Host: GitHub
- URL: https://github.com/patriqueporto/todo-app-nextjs
- Owner: PatriquePorto
- Created: 2024-08-14T19:32:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T19:07:02.000Z (almost 2 years ago)
- Last Synced: 2025-05-14T09:19:12.053Z (about 1 year ago)
- Topics: javascript, nextjs14, tailwindcss, typerscript
- Language: TypeScript
- Homepage: https://todo-app-nextjs-eta.vercel.app
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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