Skip to content

KatherinaFed/book-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

Google Books Search App 📖

The Google Books Search App is a user-friendly app that allows you to search for books and discover detailed information about them.

Books Search app: deployed on Netlify

API: Google API information

Key features:

  • Filtering books by categories:
    • all (by default);
    • biography;
    • computers;
    • history;
    • medical;
    • poetry.
  • Sorting books by:
    • relevance (by default);
    • newest.
  • Detailed information about each book;
  • Pagination (Load more button);

Key technologies:

  • React;
  • JavaScript;
  • HTML/CSS;
  • Redux Toolkit (RTK-query);
  • React-router-dom;

Installation

# Step 1: Clone the repository
git clone https://github.com/KatherinaFed/book-search.git

# Step 2: Navigate to the project directory  
cd book-search

# Step 3: Install dependencies 
npm install

# Step 4: Start the app
npm start

Book list

Book page