Skip to content

My first todo-list based on React and json-server as a database

Notifications You must be signed in to change notification settings

BilliNovik/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to-do app with json-server

Technologies

Features

  • Create lists
  • Create tasks
  • Read lists and tasks
  • Update lists and tasks
  • Delete lists and tasks
  • Change tasks status

Deploying to your computer

First press 'Code' button and choose 'Download ZIP', then unpacking zip to your any folder and open in Visual Studio Code or other program. Your structure can be like...

. 
├── public 
├── src
└── ...

Open the terminal and write in first window npm i and then after installing packages npm start and other window npm run server

About

My first todo-list based on React and json-server as a database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published