Video Game Discovery App

  • Webapp to search for your favorite video games.
  • You can search for keywords, or prefered genres, platforms…

General Information

  • React app, using rawg API
  • As a porfolio & hobby project

Technologies Used

  • Nodejs
  • React
  • TypeScript
  • ChakraUI

Features

  • Reposive layout
  • Dark & Light mode
  • Skeleton display when loading page
  • Infinitie scroll

How To Run

  • Get a api key from RAWG page:
  • Then create .env file in main folder with your key

VITE_API_KEY=your_key_here

  • Finally run install commands:

npm install
npm run dev

Screenshots

Index page

Detail page

GitHub

View Github