mosh-hamedani / game-hub

https://game-hub-phi.vercel.app
279 stars 225 forks source link

network error #7

Open deardaveed opened 1 year ago

deardaveed commented 1 year ago

when trying to load website @mosh-hamedani - please fix ASAP - doesn't reflect well on the quality of your React 18 course!

deardaveed commented 1 year ago

screenshot-of-error

ghost commented 1 year ago

Same problem here.

noomdalv commented 1 year ago

issue still persists as of nov 01

should at least add a note in the course indicating to get a new api key from RAWG

azharmateen commented 3 months ago

I had the same issue. The following resolved the issue:

Please check: https://github.com/mosh-hamedani/game-hub

Getting Started To get started with GameHub, follow these steps:

  1. Clone this repository to your local machine: https://github.com/mosh-hamedani/game-hub
  2. Run npm install to install the required dependencies.
  3. Get a RAWG API key at https://rawg.io/apidocs. You'll have to create an account first.
  4. Add the API key to src/services/api-client.ts
  5. Run npm run dev to start the web server.