/game-hub

A game hub app from Mosh's course extended with searchParams as state management & other extra features.

Primary LanguageTypeScript

Game Hub

A react typescript app to browse movies using rawg.io API.

Create a .env file and include your API key

VITE_RAWG_API_KEY=yourAPIKey

Run the app

npm run dev

or

pnpm dev