/gamers_stats

A Vanilla JS website that uses APIs to get data about games. It is my 1st project ever so it is essentially spaghetti.

Primary LanguageJavaScript

Gamer's Stats Cave

GitHub repo size GitHub language count GitHub top language

A web app showing information for a desired videogame including:

  • title
  • release date
  • description
  • metacritic score
  • platforms
  • screenshots

Using:

Installation:

npm install - install dependencies
npm run build - build production app
npm run start - start a dev server at port 9000

How to use:

Just type in a videogame title and hit enter. If you get undesired results, modify the title (for example, use "V" instead of "5").