Skip to content

dsazuwa/antarctic-explorer-app

Repository files navigation

Antarctica Explorer App

antarctica-explorer-cover

Tech Stack

  • Next.js 14 with App Router
  • Tailwind CSS and shadcn/ui
  • Supabase

Features

  • Filtering on date, cruise line, capacity, and duration
  • Sorting and pagination functionality
  • State management with URL parameters

Getting Started

  1. Clone the repo

    git clone https://github.com/dsazuwa/antarctic-explorer-app
  2. Go to the project folder

    cd antarctic-explorer-app
  3. Create a supabase project

  4. Set up your .env file

    • Duplicate the .env.sample to .env
    • Populate with your Supabase connection variables:

  5. Install dependencies

    npm install
  6. Run the development server

     npm run dev
  7. Open http://localhost:3000 with your browser to see the result.