Swipe quotes from books into your collection.
Swote displays a carousel of books at the bottom of your screen. Swipe up on any book cover to save a random quote from that book to your collection. Swipe left on a saved quote to delete it.
- Clone the repo
- Install dependencies:
npm install - Create a
.env.localfile with your Supabase credentials:NEXT_PUBLIC_SUPABASE_URL=your-supabase-url NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key - Set up your Supabase database using the schema in
lib/db/schema.sql - Run the dev server:
npm run dev
- Next.js 16
- Supabase (PostgreSQL)
- Tailwind CSS