- Summary
- App that fetches data from third-party REST API and performs CRUD operations. Built with React Bootstrap, React, and Express.
- Features
-
View Posts/Comments
- React function components and State/Effect Hooks used to fetch posts/comments data and perform Create, Read, Update, and Delete operations
- 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