List Games (CP2)

The List Games app has been developed during the second Wild Code School checkpoint on Front End development.

I created a react app in which I use 2 components to display video game data from an API using axios. I decided to code using state Hooks.

The landing page displaying the full list of games with their title and rating Confirmation box that appear when the remove button is clicked Display of the screenshots of a game
These are some screenshot from the game

The main features are the following:

  • Using axios to fetch data from the https://wild-games.herokuapp.com/api/v1 api;
  • Button to remove a game on click;
  • Button to filter the games by rating (breakpoint at 4.5);
  • Screenshot page to display several images for a selected game.
CSS3 logo ReactJS logo

👉See here
👉Check the source code here