Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

amazon clone added #240

Merged
merged 3 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions Amazon_Clone/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
38 changes: 38 additions & 0 deletions Amazon_Clone/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
### Amazon_Clone

This project is an Amazon clone built using React.js. It aims to replicate the core functionalities and design of the Amazon website.

#### Tech Stack
- **Frontend:** React.js, HTML, CSS
- **Dependencies:** npm, react-scripts

#### Demo
Check out the demo of the Amazon clone on YouTube: [Amazon Clone Demo](https://www.youtube.com/watch?v=s3DFfizKTxs)

### How to Run

1. **Clone the Repository:**
```bash
git clone https://github.com/Kritika30032002/ReactCreations.git
```

2. **Navigate to the Project Directory:**
```bash
cd ReactCreations\Amazon_Clone
```

3. **Install Dependencies:**
```bash
npm install
```

4. **Start the Server on Port 3000:**
```bash
npm start
```

5. **Access the Server:**
Once the server is running, you can access it in your web browser by navigating to `http://localhost:3000`.

#### Note
Before running the server, ensure that you have Node.js and npm installed on your system.
Binary file added Amazon_Clone/amazon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading