Skip to content

EnjSadman/todolist

Repository files navigation

Todo List by Roman Pavlenko

Local deployment

If you want to run this project on your device

 1.Clone repository
 run from terminal opened in project folder
 2. npm install
 3. npm run dev
 4. open http://localhost:3000/

Project details

This is a Next.js project.

It uses JSON placeholder to fetch initial list of todos.

I used this technologies to implement this project

Next.js Redux REST API Typescript HTML/CSS

How it works

  1. On page load GET request gets todos from JSON Placeholder api
  2. Writes list into Redux StoreProvider
  3. Renders list

From this point you can add new Todos, Edit existing, or Delete them. it not only makes changes on this page, but sends same request to Api (which can't be changed), and Api sends response back

Releases

No releases published

Packages

No packages published