This repository contains the code for a basic e-commerce website targeted towards the fashion and beauty niche. The website is built using HTML, CSS, and Vanilla JavaScript, aimed at sharpening skills in JavaScript programming.
link: https://nischal108.github.io/e-commerce/
- Display of fashion and beauty products.
- Product categories include Fashion, Footwear, Jewellery, Cosmetics, etc.
- Product details include name, description, original price, selling price, brand, and rating.
- Users can add products to their favorites.
- Responsive design for optimal viewing on various devices.
- HTML
- CSS
- JavaScript (Vanilla)
To run the website locally, follow these steps:
- Clone this repository to your local machine using
git clone
. - Navigate to the project directory.
- Open the
index.html
file in your web browser.
|-- assets/ | |-- images/ # Contains images used in the website | |-- products.js # JavaScript file containing product data | |-- styles.css # CSS file for styling the website |-- index.html # Main HTML file for the website |-- README.md # Repository README file
Contributions are welcome! If you'd like to contribute to this project, feel free to open an issue or create a pull request. but this is just a project that is aimed to sharpen my JS skills
This project is licensed under the MIT License. Feel free to use the code for your own projects.