Skip to content

danielchoragwicki/react-to-do-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple React To-do List

I built this app with Egghead tutorial: Build Your First Production Quality React App

Features added by me

  • Priorities to choose
  • Sorting by priority

Install node modules and JSON server globally

npm install
npm i -g json-server

Run server on port localhost:8080

json-server -p 8080 --watch db.json

Launch app

npm start

About

Simple React To-do List

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published