Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mementomori11723/fakezon
An Amazon clone, made in React.js
https://github.com/mementomori11723/fakezon
Last synced: 25 days ago
JSON representation
An Amazon clone, made in React.js
- Host: GitHub
- URL: https://github.com/mementomori11723/fakezon
- Owner: MementoMori11723
- Created: 2023-10-22T17:24:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-24T05:59:59.000Z (11 months ago)
- Last Synced: 2024-01-25T06:39:15.360Z (11 months ago)
- Language: TypeScript
- Homepage: https://fakezon.netlify.app/
- Size: 3.23 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fakezon
## Project Description
Fakezon is a clone of the Amazon website built using React.js. It mimics the basic functionalities and design of the Amazon web interface, allowing users to browse products, add them to their cart, and complete purchases.
## Table of Contents
- [Project Description](#project-description)
- [Table of Contents](#table-of-contents)
- [Demo](#demo)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)## Demo
The project is hosted on Netlify. You can visit the live site at [https://fakezon.netlify.app](https://fakezon.netlify.app/).
## Installation
To run this project locally, follow these steps:
1. Clone the repository:
> https://github.com/MementoMori11723/Fakezon.git
2. Navigate to the project directory:
> cd Fakezon
3. Install the dependencies:
> bun install
4. Start the development server:
> bun run dev
## Usage
Once the project is set up locally, you can start using it as you would with any e-commerce website. Browse products, add them to your cart, and proceed to checkout.
## Contributing
If you'd like to contribute to this project, please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bug fix:
> git checkout -b feature/your-feature
3. Make your changes and commit them:
> git commit -m 'Add some feature'
4. Push to the branch:
> git push origin feature/your-feature
5. Create a pull request on GitHub.
## Credits
- This project was built using React.js.
- Special thanks to Netlify for hosting the project.
- The project's design was inspired by the Amazon website.