Coder Social home page Coder Social logo

nidhinsha / book-finder Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 77 KB

Book Finder app using Node.js, Express.js, TypeScript, and React.js to search for books via the Google Books API

JavaScript 3.84% HTML 3.17% CSS 16.96% TypeScript 74.21% Dockerfile 1.83%

book-finder's Introduction

Book Finder App

Book Finder is a simple full-stack web application that allows users to search for books using the Google Books API. The application consists of a backend built with Node.js and Express, which interacts with the Google Books API to fetch book data. The frontend is built with React.js and TypeScript, allowing users to enter a search query and display a list of books based on their search.

Installation

  1. Clone the repository:
git clone https://github.com/your-username/book-finder-app.git
  1. Navigate to the project directory:
cd Book-Finder

Backend Setup

  1. Navigate to the project directory:
cd server
  1. Install backend dependencies:
npm install
  1. Set up the environment variables:

Add your Google Books API key to the .env file:

API_KEY=your-google-books-api-key
  1. Start the backend server :
npm start 

Frontend Setup

  1. Navigate to the project directory:
cd client
  1. Install frontend dependencies:
npm install
  1. Start the frontend server :
npm run dev

Usage

  1. Open your web browser and navigate to http://localhost:3000 to access the Book Finder application.

  2. Enter a search query in the search bar and click the "Search" button to view a list of matching books.

  3. Pagination support is available to browse through multiple pages of search results.

book-finder's People

Contributors

nidhinsha avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.