Skip to content

KBook Tracker is a book finder application developed with React.

License

Notifications You must be signed in to change notification settings

kadirboylu/kbook-tracker

Repository files navigation

KBook Tracker

KBook Tracker is a book finder application developed with React. In this app you can create account and add books to your collection.

See Demo App on Netlify

You can:

  • Sign up, login, logout and update your profile/password
  • Search for any book.
  • See details of the book.
  • Add books to your collection. (Wish List, Have Read, Books to Read and Reading Now)

I used:

Usage

Credentials

Go to project root directory and run:

cp .env.example .env

This will create an .env file with needed fields in root directory.

You need two things for this project to work:

  1. An API key for the Google Books API

  2. A Firebase web project and your Firebase config credentials.

Once you get your credentials, open .env file and fill the related variables with your own credentials.

Install dependencies

yarn

Run React dev server

yarn dev

To build for production

yarn build

About

KBook Tracker is a book finder application developed with React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published