- Summary
- App that fetches data from third-party REST API and performs search, add to favorites, and share to social functions. Built with Material UI, React, and Express.
- Features
-
View Recipes
- React function components and State/Effect/Context Hooks used to fetch recipe data and perform search, add to favorites, and share to social functions
- Axios used to send asynchronous HTTP requests to REST API to fetch JSON data
- Express back-end server receives API request from React front-end app and sends it to third-party REST API
- CORS enabled in Express