E-Shoppy

E-Shoppy is a feature-rich Flutter application for e-commerce purposes. It utilizes Firebase Authentication and Firestore for user authentication, Hive DB for local database storage, and incorporates dark and light mode switching for user preference. Additionally, it includes features such as favorites, fetching products from the FakeStore API, and visually appealing animations powered by flare_flutter.

Features

  1. Firebase Authentication: Utilizes Firebase Authentication for seamless signup and login functionality.

  2. Firestore Integration: Employs Firestore for efficient data management and real-time synchronization.

  3. Hive DB: Uses Hive DB for local database storage, particularly for storing cart items, ensuring smooth user experience even when offline.

  4. Dark and Light Mode Switching: Offers users the flexibility to switch between dark and light mode based on their preference.

  5. Favorites: Allows users to mark products as favorites for quick access.

  6. FakeStore API Integration: Fetches product data from the FakeStore API to populate the app with a variety of products.

  7. Visually Appealing Animations: Enhances user experience with visually appealing animations powered by flare_flutter.

Getting Started

To get started with the E-Shoppy Flutter project, follow these steps:

  1. Clone this repository to your local machine.

git clone https://github.com/Aslamabdulla/E-Shoppy.git

css Copy code

  1. Navigate to the project directory.

cd e_shoppy

vbnet Copy code

  1. Ensure Flutter is installed on your machine. If not, refer to the Flutter documentation for installation instructions.

  2. Run the project using Flutter.

flutter run

less Copy code

Additional Resources

For further assistance with Flutter development, refer to the following resources: