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

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

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**

---