Homeniture E-Commerce Web Application – Summary
Homeniture is a furniture e-commerce web application built with HTML, CSS, JavaScript, and Bootstrap. It offers dedicated interfaces for three main user roles: Customers, Sellers, and Admins, each with specific access privileges to manage and interact with products, orders, and users.
Key Features:
Customers: Browse, search, purchase furniture, and manage orders.
Sellers: Add and manage product listings, track sales, and view orders.
Admins: Manage users, approve seller accounts, oversee transactions, and view system statistics.
The application uses localStorage for session management, enabling user authentication and role-based access control.
Technologies Used:
Frontend: HTML, CSS (Bootstrap), JavaScript.
Authentication: localStorage for session handling.