Original Iteration
As my first PHP project, this application originally had no logo, had an aesthetic-only homepage with no functionality, and only allowed the user to manually add and log their own books.
Update
The project was updated to integrate The New York Times’ Book API in conjunction with Google Books API. Books can now be directly logged from API search queries instead of manual input. I also used PHP’s imagecolorat() function to get an average color of book covers to choose the fill color of an SVG book mockup.