Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.52 KB

README.md

File metadata and controls

60 lines (47 loc) · 1.52 KB

Hotel Booking App

Description

The Hotel Booking App is designed to allow users to search for hotels, view details, and make bookings. It provides a seamless experience across different devices by maintaining user sessions and utilizing local storage to persist user data. This app can be divided into several key modules:

  1. User Interface (UI) and Experience (UX)
  2. User Authentication and Session Management
  3. Hotel Search and Booking
  4. Data Persistence using Local Storage

Prerequisites

  1. Flutter SDK: Flutter installation guide
  2. Dart SDK: Comes with Flutter
  3. IDE:

Getting Started

Installation

  1. Clone the repository:
    git clone https://github.com/chirag503/hotel_booking_app.git
    cd hotel_booking_app
    
  2. Get Dependencies:
    flutter pub get
    
  3. Run the Project:
    flutter run
    
    

Project Structure

hotel_booking_app/
├── android/
├── assets/
│   ├── images/
│   ├── lotties/
|   ├── lotties/
├── build/
├── ios/
├── lib/
│   ├── main.dart
│   ├── common widgets/
│   ├── constants/
│   ├── features/
│   │    ├── auth/
│   │    ├── booking/
│   │    ├── home/
│   │    ├── splash/
│   ├── router/
│   ├── utils/
├── pubspec.yaml