Skip to content

lanasdev/superquotes

Repository files navigation

Superquotes

A modern web application for sharing and discovering quotes.

Features

  • Submit and browse quotes
  • Author profiles with images
  • User authentication
  • Modern, responsive UI
  • Real-time updates

Tech Stack

  • Next.js 15 (App Router)
  • TypeScript
  • Tailwind CSS
  • Shadcn/UI Components
  • Supabase for authentication and database
  • Vercel for deployment

Getting Started

  1. Clone the repository:

    git clone https://github.com/lanasdev/superquotes.git
    cd superquotes
  2. Install dependencies:

    npm install
    # or
    yarn install
    # or 
    pnpm install
  3. Set up environment variables:

    • Copy .env.example to .env.local
    • Fill in your Supabase credentials and other required variables
  4. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  5. Open http://localhost:3000 in your browser to see the application

TODO:

  • [] page to add authors

About

Get your daily Quotes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published