A live version of this repo is hosted here: https://hb-gaming.netlify.app/
A minimalistic game reviews application built with the following technologies:
The application has the core functionality of a reviews website allowing users to see all reviews, vote on reviews and post comments.
Please ensure you have the following installed on your machine before continuing with the rest of the installation:
- Node.js 14.17.0 or later
- NPM
- Git
- PostgreSQL
You will need to clone this repository
Firstly you will need to clone the repository using the following command within your terminal:
$ git clone https://github.com/HayleyBrinicombe/nc-games
Then you will need to install all of the necessary dependencies for the app using the following command:
$ npm i
From here you will be able to launch the application which will open within your web browser (localhost:3000) by using the below command:
$ npm start
- Add user admin funtionailiy to moderate submissions
- Improve voting functionality to be more flexible (allow for votes to be retracted)
- Enhance the voting experience incorporating voting on comments
- Additional filters (e.g. filter reviews by username)
- Allow for the deletion of comments