This project is a mini clone of Amazon built using React JS and CSS. It includes several key features of the Amazon website, such as a product catalog, product details page, and shopping cart.
- Browse products by category or search for specific productsl.
- View product details, including price, description, and reviews.
To run the Amazon Mini project locally, follow these steps:
- Clone the repository to your local machine.
- Run npm install to install the necessary dependencies.
- Run npm start to start the development server.
- Navigate to http://localhost:3000 in your web browser to view the app.
We welcome contributions to the Amazon Mini project! If you'd like to contribute, please follow these steps:
- Fork the repository and clone it to your local machine.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with clear commit messages.
- Push your branch to your forked repository.
- Submit a pull request to the original repository, describing your changes and the problem they solve.
Before submitting your pull request, please make sure your code follows our coding standards and has been tested thoroughly.
Please note that the Amazon Mini project is designed to work best on laptop screens and tablet screens. The layout and functionality may not work as expected on smaller screens, such as mobile phones.
We recommend using the Amazon Mini project on a laptop or tablet for the best user experience. If you do encounter issues on smaller screens, please let us know so we can work to address them.
I would like to thank the following open source libraries and resources used in this project:
- React JS
- React Router
- CSS Modern Button
- Font Awesome
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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.
Note: this is a one-way operation. Once you eject
, you can't go back!
If you aren't satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify