Skip to content

Rista10/E_commerce

 
 

Repository files navigation

Resell-It is a platform for users to buy and sell products online. Users can create an account, post items for sale, and purchase items from other users. The application is built using the Flutter framework. The backend is built using Firebase.

Table of Contents

  1. Getting Started
  2. Contributing
  3. License

Getting Started

Prerequisites

  1. Install the Flutter SDK: https://flutter.dev/docs/get-started/install
  2. Install Android Studio: https://developer.android.com/studio
  3. Install an Android emulator or connect an Android device

Installation

  1. Clone the repo
    git clone https://github.com/aakritip15/E_commerce
  2. Install packages
    flutter pub get
  3. Run the app
    flutter run

Features

  1. Authentication - Users can create an account and sign in with email and password.
  2. Create and edit listings - Users can post items for sale. Users can add images, a title, a description, and a price. Users can also edit or delete their listings.
  3. View listings - Users can view all listings. Users can view the details of a specific listing.
  4. Search - Users can search for listings by title.
  5. Cart - Users can add items to their cart. Users can view their cart and remove items from their cart.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions are greatly appreciated.

  1. Fork the repo
  2. Create your feature branch
    git checkout -b feature/AmazingFeature
  3. Commit your changes
    git commit -m 'Add some AmazingFeature'
  4. Push to the branch
    git push origin feature/AmazingFeature
  5. Open a pull request

License

Distributed under the MIT License. See LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 98.0%
  • HTML 0.8%
  • Ruby 0.6%
  • Java 0.3%
  • Swift 0.2%
  • Kotlin 0.1%