✨ Preview
- 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:
- next@10.0.5
- next-redux-wrapper@^6.0.2
- react@17.0.1
- react-dom@17.0.1
- react-icons@4.1.0
- react-redux@^7.2.2
- redux@^4.0.5
- @types/node@^14.14.21
- @types/react@^17.0.0
- @types/react-redux@^7.1.15
- redux-devtools-extension@^2.13.8
- typescript@^4.1.3
- Clone the repo with
git clone https://github.com/joaorodrs/nextshop
- Install the dependencies with
yarn start
ornpm install
- Start hacking on localhost:3000
- Theme switcher for the main white card
- History of cart additions and removals
- Data persist with redux
- User registration
- Leave a ⭐ on this repository
- Clone the repo and make your own version!
- Fork and make a pull request for new implementations!