https://github.com/zouariomar/cakes_management_app
A simple console-based Cake Management application in C.
https://github.com/zouariomar/cakes_management_app
c cli
Last synced: about 1 year ago
JSON representation
A simple console-based Cake Management application in C.
- Host: GitHub
- URL: https://github.com/zouariomar/cakes_management_app
- Owner: ZouariOmar
- License: mit
- Created: 2024-01-03T21:20:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T17:11:56.000Z (over 2 years ago)
- Last Synced: 2025-01-28T14:45:42.906Z (over 1 year ago)
- Topics: c, cli
- Language: C
- Homepage: https://www.linkedin.com/in/zouari-omar-143239283
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cake Management App
A simple console-based Cake Management application in C.
## Overview
This project is a console-based application for managing cakes in a bakery. It allows users to add new cakes, display existing cakes, sell cakes, and view turnover and quantity data for sold cakes.
## Features
- **Add A New Cake**: Users can add a new cake with details like type, number of ingredients, and ingredient details.
- **Display All Cakes**: View a list of all cakes stored in the system.
- **Sell A Cake**: Simulate the sale of a cake, updating sales data.
- **Display Turnover and Quantity**: View turnover and quantity of sold cakes for a specific day.
## How to Use
1. **Clone the Repository:**
```bash
git clone https://github.com/ZouariOmar/Cakes_Management_App.git