- I wanted to build something similar to steam and showcase videogames in a more visual manner and UI-friendly way.
- React, Redux, Styled Components
- Flexbox & Grid CSS
- RAWG.io API
- Utilize an API to create a responsive react single-page application
- Use redux for state management and async fetching
- Add testing for frontend via jest
- Add a user wishlist/favorite section
- Clone the repo and run
npm install
and thennpm run dev
to boot up the project in development mode