/tech-advisor

Simplify your shopping experience with Tech Advisor!

Primary LanguageDartMIT LicenseMIT

Welcome to Tech Advisor 👋

Simplify your shopping experience with Tech Advisor!

Table of Contents

About The Project

Tech Advisor is an E-Commerce app that simplifies your shopping experience by providing the most relevant tech products in a specific category.

Tech Advisor was forked from abuanwar072's E-commerce-Complete-Flutter-UI codebase. It uses a simplified version of this UI, with added user authentication functionality enabled through Google Firebase.

Tech Stack

Prerequisites

Download and Install Flutter and Android Studio IDE. You can also use IntelliJ IDEA to run this project.

Development Setup

  1. Click on the Fork button to save a copy of this project on your account.
  2. Download the repository or clone it using the bash command:
    git clone https://github.com/ausaf007/tech-advisor.git 
    
  3. Import the project in Android Studio or IntelliJ IDEA.
  4. Download the google-services.json config file from your Firebase dashboard, and move it to the android\app directory. Note that the user credentials will be stored on this Firebase account. Learn More
  5. Run the following command to get all the dependencies:
    flutter pub get
    
  6. Build and run the application.

How To Use?

  • The user will be greeted by the welcome message on the splash screen. Click on continue to proceed.
  • Sign in with your registered email id and password, or if you're a first time user, click on Sign Up.
  • Input your email and choose your password. Note that your credentials will be stored on the Firebase backend.
  • Then continue to the homepage. You can choose between various tech categories, and see more details about a specific tech product.
  • Enjoy shopping with Tech-Advisor!

License

Code released under MIT License.