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
- Host: GitHub
- URL: https://github.com/takumade/hotel-app
- Owner: takumade
- Created: 2024-05-21T16:12:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-01T15:59:35.000Z (over 1 year ago)
- Last Synced: 2025-04-06T03:11:20.525Z (6 months ago)
- Topics: flutter, hotel-booking, provider
- Language: Dart
- Homepage: https://github.com/takumade/hotel-app
- Size: 14.1 MB
- Stars: 3
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |
|---------|---------|---------|
|  |  |  || Favorites Screen | Checkout Screen | Order Success Screen |
|------------------|-----------------|---------------------|
|  |  | ## 💪🏼 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)