Food Festival App

Food Festival App

Flutter
Firebase
⭐ Featured Project

Overview

The Food Festival App is a mobile application developed for managing and enhancing the food festival experience at SLTC Research University. Built using Flutter, the app provides a platform for users to view available food products, see total amounts, and check user ratings. An admin panel allows administrators to add, update, or delete products in real-time.

Ratings

ratings.png

Features

User Functionality

  • View Products: Users can browse a list of available food products, each with a description, price, and user ratings.
  • User Ratings: Users can rate and review products, helping others make informed decisions.
  • Total Amount Display: Displays the total amount based on the user's selected items.

Admin Panel

  • Product Management: Admins can add new food products, delete existing ones, and update details like price, description, and image.
  • Real-Time Updates: Changes made by the admin are reflected in real-time, thanks to Firebase's backend capabilities.

Backend Integration

  • Firebase Authentication: Provides secure user authentication for both regular users and admins.
  • Firebase Firestore: Serves as the database for storing user details, product information, and ratings.
  • Firebase Storage: Manages images and other media assets for the products.

Software Used

  • Flutter: Framework for building cross-platform mobile applications.
  • Firebase: Backend-as-a-Service (BaaS) for handling real-time data, authentication, and storage.