https://github.com/nfig03/grocery-list-tracker
Grocery list tracker utilizing file handling to output item frequency in a chosen format :clipboard:
https://github.com/nfig03/grocery-list-tracker
cpp filehandling header-files mapping
Last synced: over 1 year ago
JSON representation
Grocery list tracker utilizing file handling to output item frequency in a chosen format :clipboard:
- Host: GitHub
- URL: https://github.com/nfig03/grocery-list-tracker
- Owner: NFig03
- Created: 2024-03-03T07:39:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T23:07:10.000Z (almost 2 years ago)
- Last Synced: 2024-06-26T01:29:44.923Z (almost 2 years ago)
- Topics: cpp, filehandling, header-files, mapping
- Language: C++
- Homepage:
- Size: 635 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grocery List Tracker
## Overview:
A grocery list tracker program that reads a grocery list from a text file. It allows users to search for specific items to find their frequency in the list. Additionally, the program offers options to display the entire list and the frequency of each item, represented either as a number or a histogram. Upon termination, the program creates and saves a separate text file containing the entire list with the corresponding numerical frequency of each item.
## Menu Options:
1. Item Search (allows the user to search for an item by name to find and output the frequency)
2. Numerical Item Frequency (prints the list of items with the corresponding amount next to each item represented as a number)
3. Histogram Item Frequency (prints the list of items with the corresponding amount next to each item represented as asterisks)
4. Exit Program (terminates the program and creates a text file to output the list with the numerical item frequency)