https://github.com/rezamardanidev/go-hotel-cli
A beginner-friendly CLI app for managing hotel room reservations, built in Go. Covers core Golang concepts like structs, slices, functions, and user input.
https://github.com/rezamardanidev/go-hotel-cli
cli go golang hotel hotel-booking
Last synced: 4 months ago
JSON representation
A beginner-friendly CLI app for managing hotel room reservations, built in Go. Covers core Golang concepts like structs, slices, functions, and user input.
- Host: GitHub
- URL: https://github.com/rezamardanidev/go-hotel-cli
- Owner: rezamardaniDev
- Created: 2025-06-24T21:58:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-24T21:58:51.000Z (4 months ago)
- Last Synced: 2025-06-24T22:37:54.687Z (4 months ago)
- Topics: cli, go, golang, hotel, hotel-booking
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Hotel CLI
A simple command-line room reservation system built in Go.
This project is designed for beginners learning Go and includes basic concepts such as structs, slices, loops, conditionals, functions, and user input handling.---
## 📦 Features
- View list of available and reserved rooms
- Add new rooms manually
- Reserve a room by entering reservation details
- Simple price calculation based on room type and duration---
## 🚀 Getting Started
### Prerequisites
- Go 1.18 or higher installed
### Run the app
```bash
go run main.go