It was the 14ᵗʰ project developed during the Driven Full Stack Bootcamp in pairs (see contributors in the end).
- See a list of games available with their info:
- Name
- Cover
- Price (and discount rate)
- Keep track of how many games you have added to your cart
- Go to checkout once you add a game to the cart
- Go to the game page with more information about it:
- Name
- Cover and Screenshots (in a carousel)
- Discount rate
- Original and discounted price
- Description
- Create an account with a name, email, and password that will be encrypted in the database
- All data fetched from a dedicated server
- Used react router dom to create routers for the App
- Styles using Styled-Components