Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 769 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 769 Bytes

ToDo app

Screenshot

Description

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.

Features

  • Create task,
  • Mark task as done/undone,
  • Edit task,
  • Delete task,
  • Store tasks in Local Storage after the page refresh.

Installation

  1. Clone repository:
git clone https://github.com/peroxovy/todo.git
  1. Enter the project directory:
cd todo
  1. Install dependencies:
npm install
  1. Run development server:
npm run dev
  1. Enter the page in the browser:

http://localhost:3000/

Tech Stack