Welcome to the Gathering Wisdom Book app. This React application allows users to search for books based on titles or authors, utilizing the New York Times Bestsellers API. Whether you're an avid reader or just curious about the latest literary hits, this app makes it easy to discover and explore.
- Search by Title or Author: Enter the title or author's name to find information about specific books.
- New York Times Bestsellers Data: The app fetches data from the New York Times Bestsellers API, ensuring you get the latest and most popular book information.
- User-Friendly Interface: The React app provides a simple and intuitive interface for a seamless book-searching experience.
React: Frontend framework for building a dynamic and responsive user interface. New York Times Bestsellers API: The app fetches book data from this API to provide accurate and up-to-date information. Contributing
- Allow users to click into each book to retrieve more information
- Add books to a personal collection
- Integrate user login features
To run this project locally, follow these steps:
- Node.js installed on your machine
-
Clone the repository:
git clone https://github.com/rajea-bilal/book-app.git
-
Navigate to the project folder:
cd book-app
-
Install dependencies:
npm install
-
Run the server:
npm run dev
-
Visit http://localhost:3000 in your browser to use the application locally.