Skip to content

Ignite is a video games listing app pulling data from RAWG Video Games Database API. It uses react.JS and Redux for state management.

Notifications You must be signed in to change notification settings

Samy0412/ignite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ignite

Ignite is a video games listing app pulling data from RAWG Video Games Database API ( https://api.rawg.io/docs/) It uses react.JS and Redux for state management.

You can view and use the app directly here: https://ignite.vercel.app/

Setup

  1. Fork this repository, then clone your fork of this repository.
  2. Install dependencies using the npm install command.
  3. create .env.local file with your own RAWG.io API key (the app won't work otherwise):
REACT_APP_RAWG_API="[your api key]"
  1. Start the web server using the npm start command.
  2. Go to http://localhost:3000/ in your browser.

About

Ignite is a video games listing app pulling data from RAWG Video Games Database API. It uses react.JS and Redux for state management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published