Skip to content

Commit c1e6725

Browse files
authored
Update README.md
1 parent 2197876 commit c1e6725

1 file changed

Lines changed: 57 additions & 57 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,80 @@
1-
# Ruby Store - E-Commerce Website
1+
# πŸ’Ž Ruby Store
22

3-
A complete multi-page e-commerce frontend website built with HTML, CSS, and JavaScript (no frameworks).
3+
A **multi-page E-Commerce frontend website** built with **HTML, CSS, and JavaScript**.
4+
This project is designed as a **demo site** to showcase professional frontend skills.
45

5-
πŸš€ **Live Demo:** [✨ Ruby Store Website ✨](https://ruby-here.github.io/Ruby-store/)
6+
---
67

8+
## πŸš€ Live Demo
9+
πŸ‘‰ [View Ruby Store Online](https://ruby-here.github.io/Ruby-store/)
710

8-
## Pages
11+
---
912

10-
1. **Home** (`index.html`) - Welcome page with hero banner, featured products, and categories
11-
2. **Shop** (`shop.html`) - Product listing with search, filters, and pagination
12-
3. **Product Detail** (`product.html`) - Detailed product view with image gallery and reviews
13-
4. **Cart** (`cart.html`) - Shopping cart with quantity adjustment and order summary
14-
5. **Checkout** (`checkout.html`) - Shipping information form and order review
15-
6. **Wishlist** (`wishlist.html`) - Saved products with option to move to cart
16-
7. **About** (`about.html`) - Company information and mission statement
17-
8. **Contact** (`contact.html`) - Contact form and store information
13+
## ✨ Features
14+
- 🏠 **Home Page** – Hero banner, featured products, categories
15+
- πŸ›οΈ **Shop Page** – Product grid, search, filters, pagination
16+
- πŸ“„ **Product Detail Page** – Product info, reviews, add to cart/wishlist
17+
- πŸ›’ **Cart Page** – Add/remove products, update quantities, calculate totals
18+
- πŸ’³ **Checkout Page** – Shipping form & order summary
19+
- ❀️ **Wishlist Page** – Save products for later
20+
- ℹ️ **About Page** – Store mission & highlights
21+
- πŸ“ž **Contact Page** – Contact form, address & social links
1822

19-
## Features
23+
---
2024

21-
- Responsive design using CSS Flexbox and Grid
22-
- Mobile-friendly navigation with hamburger menu
23-
- Product search and filtering
24-
- Shopping cart functionality with localStorage persistence
25-
- Wishlist functionality
26-
- Product reviews system
27-
- Toast notifications for user feedback
28-
- Loading spinner for async operations
29-
- Responsive layout for all device sizes
25+
## πŸ–ΌοΈ Screenshots
3026

31-
## Folder Structure
27+
### 🏠 Home Page
28+
![Home Page](images/screenshot-home.png)
29+
30+
### πŸ›οΈ Shop Page
31+
![Shop Page](images/screenshot-shop.png)
32+
33+
### ℹ️ About Page
34+
![About Page](images/screenshot-about.png)
35+
36+
### πŸ›’ Cart Page
37+
![Cart Page](images/screenshot-cart.png)
38+
39+
40+
41+
42+
---
43+
44+
## πŸ› οΈ Technologies Used
45+
- **HTML5** – Structure
46+
- **CSS3 (Flexbox + Grid)** – Styling & Responsive design
47+
- **JavaScript (ES6)** – Interactivity (cart, wishlist, forms)
48+
- **Font Awesome** – Icons
49+
- **Google Fonts (Poppins)** – Typography
50+
51+
---
52+
53+
## πŸ“‚ Project Structure
3254

33-
```
3455
ruby-store/
3556
β”œβ”€β”€ index.html
57+
β”œβ”€β”€ about.html
3658
β”œβ”€β”€ shop.html
37-
β”œβ”€β”€ product.html
59+
β”œβ”€β”€ contact.html
3860
β”œβ”€β”€ cart.html
39-
β”œβ”€β”€ checkout.html
4061
β”œβ”€β”€ wishlist.html
41-
β”œβ”€β”€ about.html
42-
β”œβ”€β”€ contact.html
62+
β”œβ”€β”€ checkout.html
4363
β”œβ”€β”€ css/
44-
β”‚ └── styles.css
64+
β”‚ └── styles.css
4565
β”œβ”€β”€ js/
46-
β”‚ β”œβ”€β”€ app.js
47-
β”‚ β”œβ”€β”€ shop.js
48-
β”‚ β”œβ”€β”€ product.js
49-
β”‚ β”œβ”€β”€ cart.js
50-
β”‚ β”œβ”€β”€ checkout.js
51-
β”‚ β”œβ”€β”€ wishlist.js
52-
β”‚ └── contact.js
66+
β”‚ └── app.js
5367
└── images/
54-
β”œβ”€β”€ products/
55-
β”œβ”€β”€ banners/
56-
└── logo/
57-
```
58-
59-
60-
## Technologies Used
61-
62-
- HTML5
63-
- CSS3 (Flexbox & Grid)
64-
- JavaScript (ES6+)
65-
- Google Fonts
66-
- Font Awesome Icons
6768

68-
## Browser Support
6969

70-
The website works on all modern browsers including:
71-
- Chrome
72-
- Firefox
73-
- Safari
74-
- Edge
70+
---
7571

76-
## License
72+
## πŸ“Œ About
73+
**Ruby Store** is a demo **frontend-only e-commerce website** created for portfolio purposes and websites.
74+
It is **not connected to any backend** – cart & wishlist work with JavaScript only.
7775

76+
---
7877

79-
This project is open source and available under the MIT License.
78+
## πŸ‘¨β€πŸ’» Author
79+
Developed by [**Ruby-here**](https://github.com/ruby-here) ✨
8080

0 commit comments

Comments
Β (0)