Welcome to Restaurant Billing System! This program allows customers to place orders, calculates their bill, and generates an invoice. It's a simple console-based application written in C.
Developer Name: Tilak Gupta
-
Clone the Repository: Clone this repository to your local machine using the following command:
git clone https://github.com/tilakgupta2005/Restaurant-Billing-System-In-C.git
-
Compile the Program: Navigate to the cloned directory and compile the program using a C compiler. For example:
gcc main.c -o Restaurant-Billing-System-In-C
-
Run the Program: Execute the compiled program to start the billing system.
./Restaurant-Billing-System-In-C
-
Follow the Instructions: Follow the prompts to enter the date, customer name, select items, and quantities. The program will calculate the bill and generate an invoice.
- Accepts user input for date and customer name.
- Displays a menu of items with prices.
- Allows the user to order multiple items with quantities.
- Calculates subtotal, discount, tax, and grand total.
- Generates an invoice with all the details.
Contributions are welcome! If you have any suggestions, improvements, or bug fixes, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to customize this README according to your project's specific details and requirements. Let me know if you need further assistance!