Following on from the back end project, the front end module of the Northcoder's bootcamp focused on consuming the restful API we had created. The app has been built in react.js making full use of component structures and state to render the pages. Users to the app will be able to navigate the application on both mobile and desktop devices.
tbc
Github Link - https://github.com/dappernerddesigns/nc-games-serve)
Hosted Link - https://dappernerddesigns-nc-games.herokuapp.com/api/
This is a public repo and can be forked to your Github account. Please make sure you are running node on version 16.10 or above. Once cloned to your machine, open a terminal in the root directory. Before starting the build, run the following script in the terminal:
npm i
This will install all the npm packages used during this build. Whilst in the project directory, you can run:
Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.
Builds the app for production to the build
folder.It correctly bundles React in production mode and optimizes the build for the best performance.