Welcome to the Sofa E-Commerce Web Application! This project is a fully functional e-commerce web application developed using Flutter. It allows users to browse, search, and purchase sofas from a variety of categories. The application is designed to provide a seamless shopping experience with an intuitive user interface.
- User authentication (sign up, login, logout)
- Browse sofas by categories
- Search for sofas
- View product details
- Add sofas to the shopping cart
- Checkout process
- Order history
- Responsive design for various screen sizes
To get a local copy up and running, follow these steps:
-
Clone the repository:
git clone https://github.com/helloharendra/Sofa-ecommerce-Application.git cd Sofa-ecommerce-Application
-
Install dependencies:
Ensure you have Flutter installed on your machine. Then, run:
flutter pub get
-
Run the application:
To start the application in development mode, use:
flutter run -d chrome
- Browse Products: Navigate through different categories to find sofas.
- Search: Use the search functionality to quickly find specific sofas.
- Product Details: Click on a product to view detailed information.
- Shopping Cart: Add desired sofas to your shopping cart and proceed to checkout.
- User Account: Sign up or log in to track your orders and manage your profile.
- Flutter: The primary framework used for developing the application.
- Firebase: For backend services such as authentication, database, and storage.
- Provider: State management for Flutter.
- Dart: The programming language used in Flutter.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
website: www.helloharendra.com
Visit us: www.helloharendra.com
Project Link: https://github.com/helloharendra/Sofa-ecommerce-Application