An open API service indexing awesome lists of open source software.

https://github.com/imoamo/ecommerce

An intuitive e-commerce platform allowing users to easily log in, browse, and sort products by price, manage their cart, and securely log out. New users can quickly register to start shopping with ease.
https://github.com/imoamo/ecommerce

html5 html5-css3 javascript

Last synced: 8 months ago
JSON representation

An intuitive e-commerce platform allowing users to easily log in, browse, and sort products by price, manage their cart, and securely log out. New users can quickly register to start shopping with ease.

Awesome Lists containing this project

README

          

# Ecommerce App

## Features

1. **Login Page**: Users can log in using their credentials.
2. **Sign Up Page**: New users can register by providing necessary information.
3. **Product Page**: Display products available for purchase.
4. **Cart Page**: Manage items added to the cart.
5. **Sorting Functionality**: Sort products by price (low to high or high to low).
6. **Logout Functionality**: Allows users to securely log out from their account.

## Setup

To set up the project locally, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/imoamo/Ecommerce.git
```

2. Navigate to the project directory:

```bash
cd Ecommerce
```

3. Open the `index.html` file in your web browser to launch the application.

## Usage

Once the application is launched, users can perform the following actions:

- **Login**: Enter valid credentials to access the app.
- **Sign Up**: Register as a new user by providing necessary information.
- **Browse Products**: Explore the available products.
- **Add to Cart**: Select desired items and add them to the cart.
- **Sort Products**: Use sorting functionality to arrange products by price.
- **Manage Cart**: View items in the cart, update quantities, or remove items.
- **Logout**: Securely log out from the account.

## Technologies Used

- HTML
- CSS
- JavaScript

## Live Project View

You can view the live project [here](https://my-first-ecommerce-app.netlify.app/).

## Screenshots

### Signup Page
![Screenshot (94)](https://github.com/imoamo/Ecommerce/assets/154124258/ca6b910c-8e1a-44d8-89b9-ed65138f0865)

### Sign in Page
![Screenshot (95)](https://github.com/imoamo/Ecommerce/assets/154124258/513bcea6-da61-474a-89b8-105cbf1fa1db)

### Product page
![Screenshot (96)](https://github.com/imoamo/Ecommerce/assets/154124258/dff9aab5-34ff-421b-86c6-27ea44222163)

### Cart Page
![Screenshot (97)](https://github.com/imoamo/Ecommerce/assets/154124258/ffd8e517-ddab-4a30-b4b1-63530da22d0d)