Tonight you will be creating a reading list for yourself using react!
Use this api maker and create a books api to make your calls to.
- All books should be rendered when the page loads
- Hovering on a book loads it's image to the side
- Clicking the
+
on the top nav renders the new form. - Clicking
cancel
on the form closes the form - Submitting the form creates a new book and adds it to the rendered books
- clicking on the
x
next to a book deletes it.
- Think about your components.
- Where does state live?
- What methods do you need?
- What ajax calls will you need to make?
- DRAW IT OUT!!!
Homework is due at 9am!