Gaming Hub ๐ with Node.js, Typescript, and React.
What did I use?
- RAWG API Key needs to be added to src/services/api-client.ts to retrieve games.
- Vite was used for frontend tooling.
- React app created with Chakra UI component library and building blocks.
- Node.js as backend
- Typescript
Step-by-step Guide to run the App:
- Clone the repository.
- Runย
npm install
ย to install the required dependencies.- Register a RAWG API key atย https://rawg.io/apidocs
- Add the API key toย src/services/api-client.ts
- Runย
npm run dev
, start the server and enjoy it!Gaming Hub ๐
ย
Post Views: 30