You can view live here
- HTML
- CSS
- React.js
# To install all dependencies of the project.
> npm install
# To run the app on http://localhost:3000.
> npm run start
# To build the bundled app for production on the `build` folder.
> npm run build
> npm run deploy