/Furni

Furni is an e-commerce website that sells stylish furniture. It is built with JavaScript, HTML, and CSS and offers a seamless shopping experience.

Primary LanguageJavaScriptMIT LicenseMIT

image

Furni

Welcome to the Furni E-Commerce Website project repository! This project is designed for educational purposes and serves as a demonstration of an online furniture store. Users can explore a variety of furniture products, add items to their cart, and complete purchases.

Features

  • User Authentication:

    • Register with name, email, password, and phone number.
    • Login with email and password.
  • Home Page:

    • Landing page with a brief overview.
    • Product collection with detailed information and an "Add to Cart" button.
  • Gallery Page:

    • Displays a set of images related to selected products.
  • Cart Page:

    • Shows added items and calculates the total price.
    • Checkout functionality with a confirmation email.
  • Dashboard (Admin):

    • Exclusively for admin users.
    • Add, modify, and delete products.

Getting Started

  1. Clone the Repository:
git clone https://github.com/your-username/furni.git
  1. Open index.html in a Web Browser:
  • Start exploring the E-Commerce website from the index.html file.

File Structure

  • features: Contains folders for each project feature (user authentication, home page, gallery, cart, admin dashboard).
  • image: Holds images used in the project.
  • utils:
    • helper: Functions and constants for validation and UI creation.
    • manager: Local storage manager scripts for specific data types.

Acknowledgments

This project was created for educational purposes and as a practical demonstration of web development concepts. Thank you for checking out the Furni E-Commerce Website project! If you have any questions or feedback, feel free to reach out. Happy coding!