Skip to content

This repository has the html , css and js code for an amazon site clone. This was a practice project done with the help of a YouTube video.

Notifications You must be signed in to change notification settings

Yashasvi-30/AmazonClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


My Amazon Clone

This project is a clone of the Amazon website, implemented using Node.js and Express for the backend server, and HTML/CSS for the frontend.

Getting Started

Prerequisites

Ensure you have Node.js installed on your machine. You can download it from nodejs.org.

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd my-amazon-clone
  2. Install dependencies:

    npm install

Usage

Start the server:

npm start

Open your web browser and navigate to http://localhost:3000 to view the homepage of your Amazon clone.

Directory Structure

my-amazon-clone/
├── node_modules/       # Node.js dependencies
├── public/             # Directory for static files (e.g., HTML, CSS, images)
│   ├── images/         # Images used in the project
│   ├── js/             # JavaScript files
│   │   └── app.js      # Client-side JavaScript
│   └── css/            # CSS styles
│       └── style.css   # CSS styles for the project
├── server.js           # Node.js server file
├── package.json        # Project configuration and dependencies
└── package-lock.json   # Lock file for npm dependencies

Customization

  • Modify public/index.html and public/css/style.css: Customize the content and styling of your Amazon clone's homepage and other pages.

  • Expand server.js: Add more features such as user authentication, database integration (e.g., MongoDB), or API endpoints for dynamic content.

Contributing

Contributions are welcome! If you have suggestions for improvements or find any issues, please open an issue or a pull request.

About

This repository has the html , css and js code for an amazon site clone. This was a practice project done with the help of a YouTube video.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published