Skip to content

ShreyanshIITK20/E-commerce-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce website for mobile phones

image

This is a fully functional project on how an e-commerce website works, right from the product's display to the final 'success!' message on payment. It mainly focusses on use of ReactJS library and Bootstrap framework for styling.

Libaries/frameworks used

Key features

  • Responsive webpage for viewing on almost all screen-sizes.
  • Use of React's Context API for structuring content.
  • Directed to product's detailed description on click.
  • Smooth animations on hovering over certain elements to enhance UX.
  • All to cart functionality that dynamically gets disabled.
  • Full screen modal display on adding an item to cart.
  • All necessary features of a cart including increment/decrement button.
  • Dynamic price and tax calculations.
  • Payment functionality through Paypal

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Acknowledgement - freeCodeCamp