GameHub is a video game discovery web app that helps you find new and interesting games to play. With GameHub, you can search for games by platform, genre, and more.
- Clone the repository into a directory on your local machine. If you have Git installed on your machine then you can run git clone https://github.com/yusuf-haji-ali/whatsthatapp in your terminal
- In the terminal, navigate to the directory where you have cloned the repository and run
npm install
to install the 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 the app with
npm run dev
to start the web server