Skip to content

A todo list made with React over Next.js

Notifications You must be signed in to change notification settings

pnvdev/nextjs-react-todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO LIST

A todo list made with React over Next.js

DEMO: https://nextjs-react-todolist.vercel.app/

First, install dev dependences

npm install
# or
yarn

Then, run the development server:

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.

About

A todo list made with React over Next.js

ttps://nextjs-react-todolist.vercel.app/

Topics

Resources

Stars

Watchers

Forks