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