This repo is a web application built with React and bundled with Parcel. It is part of a larger full-stack project to interface with the International Game Data Base (IGDB) API. The site provides video game related information regarding news, new releases, popular titles, and upcoming games.
This project requires a basic understanding and working knowledge of the following technologies:
Clone the repo to your machine. Then run:
npm i
Create a new file in the root project named .env.development
. Add the following:
API_URL = https://vg-api-production.up.railway.app/
Start the parcel server with:
npm run start
A new tab should open in your browser (localhost:1234/)
This project autodeploys to GitHub Pages on each merge to main via GitHub Actions.