Skip to content

Iskait/book-app

Repository files navigation

Simple training project for searching books using googleapis.

Usage

Open https://iskait.github.io/book-app/ in your browser and write the title of the book in the search box.

Development

  • Clone or fork this repository.
  • Install dependencies using npm install.
  • Create .env.local file.
VITE_API_KEY="your_api_key"
VITE_URL="https://www.googleapis.com/books/v1/volumes"
  • Run development server using npm run vite.

Available scripts

Start development server

npm run vite

Build

npm run build

Preview build

npm run preview

Lint

npm run lint

About

Simple React app for searching books.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published