Ideas:
- make an online recipe book
- make a jewelry portfolio
Program Purpose and Function
- A blog-like program that has posts of each recipe
### Data Abstraction
- Make "flippable pages" allow user to be able to flip through the posts like pages in a recipe book
- TOC?
- Audio option?
- Video instructions?
### Managing Complexity
- use lists within code
### Procedural Abstraction
- code for flippable pages (haven't figured it out yet) will help users navigate through the recipe book easily
### Algorithm Implementation
- make libraries so you can call things out easily and keep code organized