Open https://iskait.github.io/book-app/ in your browser and write the title of the book in the search box.
- 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.
npm run vite
npm run build
npm run preview
npm run lint