In this project, I built a simple task tracker application using React.js with JSON Server to create mock REST JSON web services.
The application can be accessed here: https://kennyphan100.github.io/Task-Tracker/
- JSON Server: to create REST JSON web services
- Fundamentals of React.js
- React components & class
- React props
- React events
- React hooks: useState, useEffect, useLocation
- Javascript ES6:
- JS Async/Await
- Arrow functions
- Array Methods: .map() & .filter()
- Spread operator
- Template literals
- Destructuring assignment

