This application is developed on ReactJs.
- Fetching and rendering the albums from the api - https://jsonplaceholder.typicode.com/albums
- Add an album by making a POST call to the above url and save the album in react state.
- Update the album by making a PUT call to the above url.
- Delete an album by making a DELETE call to the above url.