Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zouariomar/cakes_management_app
V1.0.0
https://github.com/zouariomar/cakes_management_app
Last synced: 2 days ago
JSON representation
V1.0.0
- Host: GitHub
- URL: https://github.com/zouariomar/cakes_management_app
- Owner: ZouariOmar
- License: mit
- Created: 2024-01-03T21:20:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-13T17:11:56.000Z (about 1 year ago)
- Last Synced: 2024-06-03T09:25:39.677Z (8 months ago)
- Language: C
- Homepage:
- 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