Skip to content

Ness70/online-shop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

190 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Online shop prototype (front end) implemented using React, Redux, React router, and React Material UI library. I created this project mainly for learning purposes, i.e. to gain more experience in front end development.

Some features:

  • Search products using keyword and/or category
  • Ability to filter and sort products by price
  • Users can add products to shopping cart

How to use

  1. Clone the repository.

    NOTE: Currently the project has grown in size a bit (roughly 45MB) mainly due to .git folder size (this is probably because I had to upload different versions of a certain .gif file throughout time). To download the project with reduced .git folder size use: git clone --depth 1 https://github.com/giorgi-m/online-shop.git.

  2. cd into the project folder.

  3. npm install

  4. npm start

About

Online shop prototype (front end) implemented using React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 95.9%
  • HTML 2.8%
  • CSS 1.3%