Skip to content
/ todo Public

Simple ToDo application written in Next.js to test use-cases.

Notifications You must be signed in to change notification settings

peroxovy/todo

Repository files navigation

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

About

Simple ToDo application written in Next.js to test use-cases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published