/gamestore

A simple game shopping application with React, Redux and NextJS

Primary LanguageTypeScript

A simple game shopping application for Redux, NextJS and ReactJS code training

❓ About

  • This web application simulates an usual online game shopping, with a list of products, the details of the selected product and an option to add and remove the product from a cart
  • Is entirely made with NextJS and Redux, using the following dependencies and development dependencies:

👨‍💻 How to play

  • Clone the repo with git clone https://github.com/joaorodrs/nextshop
  • Install the dependencies with yarn start or npm install
  • Start hacking on localhost:3000

👀 To implement

  • Theme switcher for the main white card
  • History of cart additions and removals
  • Data persist with redux
  • User registration

💪 How you can contribute

  • Leave a ⭐ on this repository
  • Clone the repo and make your own version!
  • Fork and make a pull request for new implementations!