React, JSON Server
Open a new terminal and type in "npm install" to download all the dependency
After finishing installing the dependency, type in "npm run start" to run this app
Then open a new terminal and type in "npx json-server --watch data/db.json --port 8000" to create the JSON Server API and connect the front end to the API