Skip to content

abhi-4h6/amazon-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Clone

This is a simple Amazon clone built using HTML, CSS, and JavaScript. It allows users to add items to the cart, view the cart, and remove items. This project focuses solely on the frontend and serves as a practice project to enhance JavaScript skills.


Features

  • Add items to the shopping cart.
  • View items in the cart.
  • Remove items from the cart.
  • Responsive design for better user experience across devices.

Technologies Used

  • HTML: Structure of the application.
  • CSS: Styling and layout.
  • JavaScript: Interactivity and dynamic functionality.

How to Run the Project

  1. Clone the repository:

    git clone https://github.com/abhi-4h6/amazon-clone.git
  2. Navigate to the project directory:

    cd amazon-clone
  3. Open index.html in your browser to view the project.


Project Structure

project/
├── index.html          # Main HTML file
├── styles/             # CSS files
│   ├── main.css        # General styling
│   └── pages/          # Page-specific styling
├── scripts/            # JavaScript files
│   └── app.js          # Main functionality
└── assets/             # Images and other assets

Future Improvements

  • Add backend functionality for user authentication and order management.
  • Implement product filtering and search functionality.
  • Host the project online for public access.

Why I Built This

This project was created to practice JavaScript and understand the basics of building dynamic and interactive web applications. It is not connected to any backend service or database and is meant for educational purposes only.


License

This project is licensed under the MIT License. Feel free to use, modify, or distribute it as you like.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published