pnvdev / nextjs-react-todolist

A todo list made with React over Next.js

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/


Languages

Language:JavaScript 63.5%Language:CSS 36.5%