https://github.com/oakleaf007/e-commerce
This is a React-based E-Commerce application , currently in development
https://github.com/oakleaf007/e-commerce
bootstrap css3 e-commerce ecommerce-website html javascript reactjs
Last synced: 2 months ago
JSON representation
This is a React-based E-Commerce application , currently in development
- Host: GitHub
- URL: https://github.com/oakleaf007/e-commerce
- Owner: oakleaf007
- Created: 2025-12-17T07:31:15.000Z (6 months ago)
- Default Branch: test
- Last Pushed: 2026-03-25T19:29:34.000Z (3 months ago)
- Last Synced: 2026-03-26T19:45:25.905Z (3 months ago)
- Topics: bootstrap, css3, e-commerce, ecommerce-website, html, javascript, reactjs
- Language: JavaScript
- Homepage: https://aalaya.netlify.app/
- Size: 26.2 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-Commerce Application
This is a **React-based E-Commerce application** built as a learning and practice project.
The goal of this project is to understand **component-based UI**, **state management**, and **responsive design** using React.
---
## Current Status
✅ Responsive Header completed
✅ Home page completed
✅ Signin, Signup pages completed
✅ product details page completed
✅ Account page added
✅ Cart page added
✅ Settings page added
🚧 More features under development
---
## Features Implemented
### 🔹 Responsive Header
- Built using **React functional components**
- Mobile-friendly design with **hamburger menu**
- Navigation links for main sections
- Clean and reusable component structure
- Responsive behavior using CSS media queries
---
This is a **learning-focused project**, not a production product.
---
## Tech Stack
- **React**
- **JavaScript (ES6+)**
- **HTML5**
- **CSS3**
- **bootstrap**
- **scss**
---