It's a book tracking web application meant to help users keep track of the books they read, users like me who struggle with reading books consistently.
- User can successfully login, signup, logout
- User can view the static book data
- User can add their own custom book that's missing from the static book data
- User can view data that's updated with the custom books that were added from the user
- User can view the custom books only they added
- Users can click on the book card for a bigger view of the book information as well as the inputs that is supposed to track their progress
- inputs that actually keep track of the users book reading progress
- show data of users progress in their account page
- delete custom books
- edit custom books
- search bar to easily find specific book
- filter by genre, author name, book name
