An open API service indexing awesome lists of open source software.

https://github.com/takumade/hotel-app

A hotel booking app
https://github.com/takumade/hotel-app

flutter hotel-booking provider

Last synced: 3 months ago
JSON representation

A hotel booking app

Awesome Lists containing this project

README

          

# Hotel App

Allow you to book a nearby hotel. Created using Flutter

## 👨‍💻 Stack

- Flutter

## 🧬 Samples

| Home Screen | Details Screen | Cart Screen |
|---------|---------|---------|
| ![Home Screen](./mockups/m1.png) | ![Details Screen](./mockups/m2.png) | ![Cart Screen](./mockups/m3.png) |

| Favorites Screen | Checkout Screen | Order Success Screen |
|------------------|-----------------|---------------------|
| ![Favorites Screen](./mockups/m4.png) | ![Checkout Screen](./mockups/m5.png) | ![Order SUccess Screen](./mockups/m6.png)

## 💪🏼 Getting Started

### Clone the project and cd into it

```bash
git clone https://github.com/takumade/hotel-app
cd ./hotel-app
```

### Install dependencies

```bash
flutter pub get
```

### Run

```bash
flutter run
```

## 🌻 Motivation

I am relearning Flutter, so I am practising......

## 🔗 Links

Special thanks to these links....

- [Flutter project](https://github.com/mitesh77/Best-Flutter-UI-Templates)