React CRUD Reading List

a picture of my project

This is a React CRUD application that allows the user to "create", "read", "update", and "delete" books from a reading list. It stores the book title, author, and genre. This project was created using React, React Router, and Bootstrap.

1 / 13
2 / 13
3 / 13
4 / 13
5 / 13
6 / 13
7 / 13
8 / 13
9 / 13
10 / 13
11 / 13
12 / 13
13 / 13

You can edit any of the books in the list by clicking on the "Edit" button. This will take you to a form where you can edit the book's title, author, and genre. You can also delete any of the books in the list by clicking on the "Delete" button. The "View" button takes you to a page where I was thinking of adding a summary blurb, rating system, and review section for each book.

You can add a new book to the list by clicking on the "Add new recommendation" button. This will take you to a similar form where you can fill out title, author, and genre information for the new book. Once you save changes, it will redirect to the list, and the new book will be visible at the bottom.