dennyparas / react-game-trends

A game directory web app (single page application) created with react.js, redux, redux toolkit, typescript, tailwind css and rawg io rest api.

Home Page:https://game-trends.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-game-trends

A web app (single page application) created with react.js, redux, redux toolkit, typescript, tailwind css and rawg io rest api.

Overview

game-trends netlify app

Project setup

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'

License

Licensed under the MIT License.

npm install

Compiles and hot-reloads for development

npm start

Compiles and minifies for production

npm run build

RAWG.IO rest API docs page

https://rawg.io/apidocs

About

A game directory web app (single page application) created with react.js, redux, redux toolkit, typescript, tailwind css and rawg io rest api.

https://game-trends.netlify.app

License:MIT License


Languages

Language:TypeScript 98.7%Language:JavaScript 0.7%Language:HTML 0.6%Language:CSS 0.1%