Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 496 Bytes

File metadata and controls

17 lines (12 loc) · 496 Bytes

Course project. interactive React webapp that uses anthropic AI API ro generate a recipe from a list of ingredients inputted by the user.

Learned:

1. Event Listeners
2. State
3. Conditional rendering
4. Forms
5. State Management Strategies

interface Screenshot

Basic improvements that can be added: - ability remove an ingredient individually from the list - clear all ingredients list without having to refresh page