https://github.com/shreyanshiitk20/e-commerce-website
E-commerce website for buying mobile phones
https://github.com/shreyanshiitk20/e-commerce-website
bootstrap5 javascript paypal-express-checkout react-router reactjs
Last synced: 3 months ago
JSON representation
E-commerce website for buying mobile phones
- Host: GitHub
- URL: https://github.com/shreyanshiitk20/e-commerce-website
- Owner: ShreyanshIITK20
- Created: 2021-09-23T04:12:20.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T17:16:41.000Z (almost 5 years ago)
- Last Synced: 2025-04-01T20:36:46.095Z (over 1 year ago)
- Topics: bootstrap5, javascript, paypal-express-checkout, react-router, reactjs
- Language: JavaScript
- Homepage: https://phone-store-sa.netlify.app
- Size: 899 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-commerce website for mobile phones
## [Start shopping here](https://phone-store-sa.netlify.app)

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
- [ReactJS](https://github.com/facebook/react)
- [Bootstrap](getbootstrap.com)
## 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](https://www.paypal.com/)
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](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](https://facebook.github.io/create-react-app/docs/deployment) for more information.
#### Acknowledgement - [freeCodeCamp](https://www.freecodecamp.org/)