/game-hub

This repository contains the completed code for the GameHub project with REACT-JS 18

Primary LanguageTypeScript

game-hub (REACT JS - version 18)

This repository contains the completed code for the GameHub project wth react js 18

Steps

To get started, follow these steps:

  • Clone this repository to your local machine.
  • Run npm install to 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 dev to start the web server.