https://github.com/pnvdev/nextjs-react-todolist
A todo list made with React over Next.js
https://github.com/pnvdev/nextjs-react-todolist
nextjs todoapp
Last synced: 5 months ago
JSON representation
A todo list made with React over Next.js
- Host: GitHub
- URL: https://github.com/pnvdev/nextjs-react-todolist
- Owner: pnvdev
- Created: 2021-06-13T15:11:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-16T19:50:57.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T02:17:10.450Z (about 1 year ago)
- Topics: nextjs, todoapp
- Language: JavaScript
- Homepage: ttps://nextjs-react-todolist.vercel.app/
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO LIST
## A todo list made with React over Next.js
DEMO: https://nextjs-react-todolist.vercel.app/
First, install dev dependences
```bash
npm install
# or
yarn
```
Then, run the development server:
```bash
npm run dev
# or
yarn dev
```
### The project does
* Shows a form to add items to the list.
* Each item in the list can be deleted independently.
* Keeps the list items when I return to the app after closing it, using localStorage.
* Simulates a delay when loading, saving and deleting elements, as if we were interacting with an external service, using Promise.