Skip to content

E-commerce mockup built with Create React App, React Router, Redux and amiibo api.

License

Notifications You must be signed in to change notification settings

ArielCorte/arielcorte-amiibo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amiibo e-commerce

Demo link:

View demo at arielcorte-amiibo.vercel.app

Table of Content:

About The App

This project is an e-commerce mockup. You can add products to cart, remove them and choose their quantity.

Screenshots

Products/Home page

Shopping cart page

Mobile products page

Mobile shoppping cart page

Technologies

It is built with CreateReactApp, ReduxToolkit, ReactRouter and StyledComponents. It uses amiiboapi to fetch products data.

Setup

  • download or clone the repository
  • run npm install
  • run npm start to serve a develop environment on port 3000
  • or you can run npm run build to build the app for prodduction and then run serve -s build to serve the build to port 3000

Approach

I used the Redux Toolkit official package to implement Redux logic in a standard and minimized way. I took inspiration from Nintendo's website for the products and the cart.

Status

Amiibo e-commerce is finished. It will only receive some minor added features.

Author

The project is from my authority.

License

MIT license @ ArielCorte


About

E-commerce mockup built with Create React App, React Router, Redux and amiibo api.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published