Skip to content

This is a simple salon booking demo app built with Flutter and Firebase, featuring a simple and minimal UI.

Notifications You must be signed in to change notification settings

adarshneeds/demo_salon_booking_app

Repository files navigation

Demo Salon Booking App

This is a simple salon booking demo app built with Flutter and Firebase, featuring a simple and minimal UI.

Features

  • Select a service (e.g., haircut, shave)
  • Choose a date and time
  • Confirm booking
  • Booking details are saved in Firestore

Firestore Structure

bookings (collection)
  └── bookingId (document)
          ├── service_type: "Haircut"
          ├── date: June 23, 2025 at 12:00:00 AM UTC+5:30
          └── status: "pending"

Screenshots

screenshot screenshot

About

This is a simple salon booking demo app built with Flutter and Firebase, featuring a simple and minimal UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages