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.
- Install the Flutter SDK: https://flutter.dev/docs/get-started/install
- Install Android Studio: https://developer.android.com/studio
- Install an Android emulator or connect an Android device
- Clone the repo
git clone https://github.com/aakritip15/E_commerce
- Install packages
flutter pub get
- Run the app
flutter run
- Authentication - Users can create an account and sign in with email and password.
- 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.
- View listings - Users can view all listings. Users can view the details of a specific listing.
- Search - Users can search for listings by title.
- Cart - Users can add items to their cart. Users can view their cart and remove items from their cart.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions are greatly appreciated.
- Fork the repo
- 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.