Fetching data and useEffect, from "Build Web Apps with React & Firebase" Udemy course by Net Ninja.
Install json-server globally:
npm install -g json-server
Create data > db.json file.
Start json-server:
json-server --watch ./data/db.json
This project was bootstrapped with Create React App.