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

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.

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