This is an angular application I’m building in order to learn and solidify concepts from my study of the Angular framework.
- Holds recipes in the left column that can be clicked for details
- Each recipe can be edited and deleted as necessary
- Recipe will pass all ingredients needed to the shopping list component
- Shopping list currently holds simple breakdown of items and count
- GitHub repository can be found here.
This has definitely been a learning experience coming from React, as Angular works with two main concepts that I wasn’t familiar with at the start: Typescript and Object-Oriented Programming (OOP). Each of these provides a unique challenge that I’ve internalized in order to round out my engineering abilities.