/Michel-Game-Api-Frontend

Front end for my friend Michel9510's Game API

Primary LanguageJavaScript

Description:

This project is a front-end app I made using React for my friend's API about a few games he likes. Given the content, I wanted to make something with a similar look to GameStop.

This project is deployed under Netlify


Links to Michel's project:


Getting Started:

In your terminal copy and paste the following and hit enter to start cloning the repo.

git clone https://github.com/MannyNR/Michel-Game-Api-Frontend.git

In the project directory, you can run to install all dependencies:

npm install

Once dependencies are installed, you can now run the following:

npm start

This will run the app in the your browser under http://localhost:3000 or similar port in case you already have port 3000 in use.


Screenshots of web app

Desktop view:

image

Mobile view:

image

No mediaquery support however, I used clamp and flex box to achieve responsive-ish behavior.

image


Future plans:

This is just an MVP and Michel and I hope to collaborate more in the future by adding more titles to the api and also adding more features to the site

Thanks for stopping by and stay tuned for future updates!