- 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
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
- ReactJS
- Sass
- Axios
- Node JS
- Express
- Postgresql
- Firebase
- Cheapshark and Steam API