About | Features | Technologies | Requirements | Starting | License | Author
BookSearch is a web application that allows users to search for books using the Google Books API. Users can view a list of related books, mark them as favorites, and see more details about each book in a modal. The number of favorited books is displayed in the header next to the theme toggle.
✔️ Search for books using the Google Books API;
✔️ View a list of 10 related books;
✔️ Favorite and unfavorite books;
✔️ Display the total number of favorited books in the header;
✔️ Open a modal to view more book details;
✔️ Toggle between light and dark themes.
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/{{YOUR_GITHUB_USERNAME}}/booksearch
# Access
$ cd booksearch
# Install dependencies
$ yarn
# Run the project
$ yarn dev
# The server will initialize at <http://localhost:3000>


