Skip to content

saurabharch/react-ecommerce

 
 

Repository files navigation

Ecommerce using React

Netlify Status CircleCI codecov

Technologies

  • HTML, CSS, Javascript & ReactJS
  • Jest and Enzyme

Available Scripts

In the project directory, you can run:

  • npm start
  • npm test
  • npm run build

Testing Credit Card Number: 4242 4242 4242 4242

Features

  1. Users can view all items when entering the website
  2. Users can view a single item
  3. Items are displayed properly based on the selected department and category
  4. Users can search items through search box
  5. Support paging if we have too many items
  6. Users can see item details by selecting a specific item
  7. Users can add items to their shopping carts
  8. Users can delete items from their shopping carts
  9. Users can empty items to from shopping carts
  10. Users can register/login using website custom forms, or social login libraries
  11. Users can update personal profiles with shipping addresses and other info
  12. Users can checkout with 3rd party payment gateways: Stripe.

Author

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.8%
  • CSS 5.8%
  • Other 0.4%