Skip to content

HayleyBrinicombe/nc-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HB Gaming Reviews - Sample Board Games Review Website

A live version of this repo is hosted here: https://hb-gaming.netlify.app/

General Information

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.

Installation

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

Future addition plans

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published