- React
- JavaScript
- AXIOS = HTML
- CSS
- Postman
- master
- Consumes Express/Node based REST API
- djangoAPI
- Consumes Django based REST API
-
Display
- Song
- Title
- Album
- Artist
- Genre
- Release date
-
Delete button for each row on my table that makes a DELETE request to backend API for that song object
-
Form on a stateful component to POST a new song to backend
-
Filter the table of music by album, artist, genre, release date, and title
-
Update a specific song within the table via PUT request to backend
-
Update component displayed within a modal
This project was bootstrapped with Create React App