Book Search App

Description

A Python project in which I used the Django framework to create the app. The app provides a solution for users to track the books they’ve read and search for ones they would like to read in the future. The user can add books to their read list, search the Google Books API to and add results to their wishlist. They can mark books read from their wishlist to move them to the read list. The app also scraped a Barnes and Noble top list page to return the top 20 books. From this list the user can add books to their wishlist.

Tech stack: HTML, CSS and JQuery front-end and a Python Django framework connected to a SQLite database back-end.