-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Poketo-Inspired eCommerce Site | ||
|
||
An eCommerce platform inspired by the design and functionality of [Poketo](https://www.poketo.com/). This project is built using HTML, CSS, and JavaScript as well as local storage, with a focus on user experience and seamless interaction. | ||
|
||
## Features | ||
|
||
- **User Authentication**: Allows users to register, login, and logout. | ||
- **Product Listings**: Display products with images, prices, and ratings. | ||
- **Product Detail Page**: Detailed view of individual products with available colors and sizes. | ||
- **Shopping Cart**: Add, remove, and update products in the cart. | ||
- **Responsive Design**: Mobile-friendly layout and navigation. | ||
|
||
## Usage | ||
|
||
### Homepage | ||
|
||
- Browse products from various categories. | ||
- Click on a product to view its details. | ||
|
||
### Product Page | ||
|
||
- View detailed information about the product. | ||
- Select color and size (if applicable). | ||
- Add the product to the cart. | ||
|
||
### Shopping Cart | ||
|
||
- View all added items. | ||
- Update quantities or remove items. | ||
- Proceed to checkout. | ||
|
||
### User Authentication | ||
|
||
- Register a new account. | ||
- Login with existing credentials. | ||
- Logout when done. | ||
|
||
|
||
## Acknowledgements | ||
|
||
- Inspired by the design and functionality of [Poketo](https://www.poketo.com/). | ||
- Built with HTML, CSS, and JavaScript. |