This is a simple Go application for managing restaurant bills.
- Displays a sales menu
- Allows adding new items to the menu
- Provides a menu manager for interacting with the menu
- Generate formatted txt receipts
To run the application, you need to have Go installed. Then, you can run the following command:
go run cmd/main.go
This will start the application and prompt you with a menu manager interface.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License.