react-task-tracker.mp4
In this project I used:
- Functional Components
- Hooks (useState(), useEffect())
- React Router
- CRUD using JSON server mocking a back-end API
npm install
npm start
Run the JSON server (localhost:5000)
npm run server
In this project I used:
npm install
npm start
npm run server