This repo contains the front end code for the a games review website, you can view the back end repo here
View the deployed Website: GameGeek
- Select from a range of games.
- Sort games by number of votes, ascending or descending order, date or comment counts.
- Upvote or downvote games.
- Comments can be added or deleted.
To run this project locally, you will need to fork this repo or fork as follows:
git clone https://github.com/NadiaIb/GameGeek-FE.git
cd GameGeek-FE
Once in the project directory, run the following command to install the required dependencies for the project and start the app:
npm install
npm run dev
- React
- React-DOM
- React-Router-DOM
- Axios
- Vite
- ESLint