Task Manager React App
This project was bootstrapped with Create React App.
Usage
Install dependencies
npm install
Run React dev server: (http://localhost:3000)
npm start
Run JSON server: (http://localhost:5000)
An application built by using React.js and JSON server to manage all your tasks. This project covers all the important fundamentals of React.js library, taught by Brad Traversey in crash course.
JavaScript
This project was bootstrapped with Create React App.
Install dependencies
npm install
Run React dev server: (http://localhost:3000)
npm start
Run JSON server: (http://localhost:5000)
npm run server