Written in Next.js simple ToDo application, to test Reacts' Next.js framework.
In project I've used useState and useEffect, to test how does it work.
- Create task,
- Mark task as done/undone,
- Edit task,
- Delete task,
- Store tasks in Local Storage after the page refresh.
- Clone repository:
git clone https://github.com/peroxovy/todo.git- Enter the project directory:
cd todo- Install dependencies:
npm install- Run development server:
npm run dev- Enter the page in the browser:
http://localhost:3000/
