Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 521 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 521 Bytes

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