Tappit is a minimalist food delivery app built with Flutter. It allows users to browse restaurants, place orders, and track deliveries—all with a few taps.
- Browse Restaurants: View a list of available restaurants.
- Menu: Browse food items with basic details.
- Add to Cart: Add items to your cart and place an order.
- Order Tracking: Track the status of your order.
- Frontend: Flutter (cross-platform)
- Backend: Firebase (for user authentication and data storage)
- Flutter (v2.10 or later)
- Firebase account (for authentication and database)
-
Clone the repository:
git clone https://github.com/yourusername/tappit.git cd tappit -
Install dependencies:
flutter pub get
-
Configure Firebase:
- Set up Firebase for iOS and Android by following the Firebase setup guide for Flutter: Firebase Setup.
-
Run the app:
flutter run
The app should now be running on your emulator or connected device.
This project is licensed under the MIT License - see the LICENSE file for details.







