A React app that generates and displays recipes based on user-provided ingredients.
The app uses Redux for state management and Material-UI for styling.
Below is a flowchart I illustrated to display how the data flows between the components.
Input->Submission->API Request->State Update->Data Rendering
This project is to familiarize myself with:
- React Fundamentals
- Redux for State Management
- API integration
- Component Styling
- Data transformation