This is a web application to search for books by title, author or keyword, and save favorite books in a section. It's built using React, TypeScript, Tailwind CSS and Google Books API.
-
Show an input to search for the movie and a button to search.
-
List the books and show the title, year and poster.
-
Make the books show in a responsive grid.
-
Fetch data to the API
-
Favorites section, where users can add or remove a favorites
To get a local copy of the project up and running, follow these steps:
Clone the repository to your local machine
git clone https://github.com/NeilChavez/library-book-app.git
Navigate to the project directory
cd library-book-app
Install the dependencies
npm install
Start the development server
npm run dev
Open your browser and go to http://localhost:5173 to view the app