This repo demonstrates how CRUD API endpoints can be consumed in React application using axios
- create-react-app: for bootstrapping the react project
- axios - for making API calls
- JSONPlaceholder: Fake REST API for testing
- react-toastify: for displaying toast when unexpected error occurs.