Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.36 KB

README.md

File metadata and controls

56 lines (44 loc) · 1.36 KB

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: