Skip to content

A mock game storefront with reviews using OpenCritic's API

Notifications You must be signed in to change notification settings

waddey/game-reviews

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot of landing page

Game Storefront with Reviews

In searching for quick side project ideas, I came across Epic Games roadmap for their storefront, and found this card in the upcoming lane. This provided a good opportunity for a full stack project, so I buit out a GraphQL wrapper for OpenCritic's API and then put this little interface, including a game search landing page and a game page that showcases the reviews.

Screenshot of reviews page

Setup

You'll need the GraphQL server to deliver the OpenCritic API: clone https://github.com/jakelear/opencritic-graphql - follow instructions there to get the GraphQL server running.

Then in this repository:

  1. npm install
  2. npm start

Info

The application is written in React, styled with css modules, and compiled with Parcel. It uses Apollo Client to query GraphQL, Prettier for code formatting and is linted with ESLint.

Attributions

The design of the review page is straight from Epic Games' Trello board. The game reviews are provided by OpenCritic.

About

A mock game storefront with reviews using OpenCritic's API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.4%
  • CSS 25.0%
  • HTML 3.6%