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