A web app (single page application) created with react.js, redux, redux toolkit, typescript, tailwind css and rawg io rest api.
for local development create an .env.local file outside the src folder and copy the key below:
REACT_APP_GAME_APP_KEY = 'add your rawg.io app key here'
for production create an .env file outside the src folder and copy the key below:
REACT_APP_GAME_APP_KEY = 'add your rawg.io app key here'
Licensed under the MIT License.
npm install
npm start
npm run build