Skip to content

A web app that allows you to view all game deals across different video game vendors and add games to a wishlist

Notifications You must be signed in to change notification settings

NathanPip/game-deals-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Player's Plug

Features

  • Fully responsive across all browsers and devices
  • A list of all the best video games currently available that can be filtered by price, steam review rating, or store type
  • Search for any game and view all currently available deals, a release date, trailer, description, and reviews for the game
  • Create an account and add games to a wishlist

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/nather22/game-deals-site.git

# Go into the repository
$ cd games-cheap

# Install dependencies
$ cd server 
$ npm install
$ cd ..
$ cd client
$ npm install

# Run the backend server
$ npm start

#Run the client dev server
$ cd client
$ npm start

Technologies

  • ReactJS
  • Sass
  • Axios
  • Node JS
  • Express
  • Postgresql
  • Firebase
  • Cheapshark and Steam API

Visit Site:

About

A web app that allows you to view all game deals across different video game vendors and add games to a wishlist

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published