Skip to content

matteotagliatti/bklst

Repository files navigation

bklst

Cover

Simple app to keep track of books you want to read, are currently reading, or have already read. All with a nice and simple UI. Books are fetched from the Google Books API.

Dev

  • populate the .env file with the info in .env.example
  • supabase start to start the db
  • npm install && npm run dev in another terminal to start the app