Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 616 Bytes

File metadata and controls

33 lines (29 loc) · 616 Bytes

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