Simple E-commerce Site
Overview
This project is a simple e-commerce website that allows users to view items available for sale, view details about individual items, login, sign up, and add items to a cart.
Features
- Item Listings: Users can view a list of items available for sale on the website.
- Item Details: Detailed information about each item, including name, description, price, and image, is displayed on individual item pages.
- User Authentication: Users can create an account (sign up) and log in to the website using their credentials.
- Shopping Cart: Users can add items to a cart while browsing the website and view the contents of their cart.
Installation
To run the Simple E-commerce Site locally, follow these steps:
- Clone or download the repository to your local machine.
- Navigate to the project directory.
- Open the
index.html
file in a web browser to view the website.
Usage
- Upon opening the website, users can navigate to different sections using the navigation bar.
- Users can browse through the list of items available for sale and click on individual items to view more details.
- To make a purchase, users must create an account by signing up or log in if they already have an account.
- Once logged in, users can add items to their cart by clicking on the “Add to Cart” button on the item details page.
- Users can view the contents of their cart by clicking on the cart icon in the navigation bar.
Technologies Used
- HTML
- CSS
- JavaScript
Contributing
Contributions to this project are welcome! If you have suggestions for improvements or new features, please feel free to submit a pull request.
License
This project is licensed under the MIT License.