A modern game discovery and search platform built with React, TypeScript, and Vite.
- 🎮 Browse and filter video games by genre, platform, rating, etc.
- 🔍 Search functionality with live results
- 💡 Responsive and clean UI with Chakra UI
- ⚡ Fast build using Vite + TypeScript
To get started, follow these steps:
- Clone this repository to your local machine.
- Run
npm installto install the required dependencies. - Get a RAWG API key at https://rawg.io/apidocs. You'll have to create an account first.
- Add the API key to src/services/api-client.ts
- Run
npm run devto start the web server.