Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 539 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 539 Bytes
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

Usage

Install dependencies

npm install

Run React dev server (localhost:3000)

npm start

Run the JSON server (localhost:5000)

npm run server