Team Name: Fluffy Llama
Team Members: Adan Alter, Corban Pendrak, Timmy Loos
Create an easy method to search the U.S. Department of Health & Human Services Nutritional Dataset by relevant divisions.
This dataset is important for understanding the general understanding of nutrition across the United States, but without clear divisions, it is unintuitive to understand.
A UI should be created that allows for a seamless display of the dataset for simple analysis.
We use the U.S. Department of Health & Human Services Nutritional Dataset.
- Catch
- C++20
- SFML
Here are the steps for programming. Please follow them to ensure consistent code across the repository.
- Check responsibilities for problem to solve
- Track steps with Tasks below
- Write your code with documentation
- Use git branches to separate and test algorithms
- Document function/class purpose, input, and output
- Document confusing lines of code
- Commit frequently at breaks to save code
- Use "If added, this commit will {Your commit}" format
- Test your code
- Write a Catch test in
/tests
- Check code coverage
- Write a Catch test in
- Merge your code into the
master
branch
To run this project, build with the Project_3 executable detailed in CMakeLists.txt