Link to hosted version - https://matt-worthington-games-fe.herokuapp.com/
Matt Worthington Games is a social games content rating, and discussion website.
This website has game reviews which are divided into categories. Each review has user curated ratings and can be up or down voted using the API. Users can also add comments about an review. Users can also add comments about a review.
The intention here was to build a fully interactive Frontend UI with React
to take advantage of a Restful back API I built previously. This project consolidated my understanding of making C.R.U.D
applications from a frontend perspective. I took a mobile first approach with the building of this app, utilising react hooks such as useSate and useEffect and routing with React Router.
This project was bootstrapped with Create React App.
- Backend API repo: https://github.com/MattWorthington95/be-nc-games
- Hosted Backend API: https://matt-worthington-games.herokuapp.com/api
- Clone git repo from https://github.com/MattWorthington95/nc-games, see command line below
- git clone https://github.com/MattWorthington95/nc-games.git
- Once cloned, run
npm i
to install dependencies - From there, run
npm start
to start app locally on http://localhost:3000
- v14.17.3