- This project was bootstrapped with Create React App.
- Used data from the API made in Exercise 1.
- Used Sematic UI for basic styling.
-
Make sure API server (from Exercise 1) up and running in
Localhost:8000
-
Clone the package, navigate to root directory and run:
npm install
- After installation of dependencies, run:
npm start
- it opens up browser pointing to
localhost:3000