Skip to content

joannsum/fullyhacks_adventure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voyager3

https://fullyhacks-adventure.vercel.app/

The Universe at Your Fingertips

Voyager3 is an interactive web platform that lets users learn about planets in the solar system and also explore AI-generated planets. As space program funding faces cuts and youth interest in astronomy declines, we're reigniting curiosity about what lies beyond Earth—because nothing is impossible when exploration meets imagination.

🌌 Features

  • Educational Content: Learn about astronomy while having fun
  • AI-Generated Planets: Unique celestial bodies created using Google's Gemini API
  • Mini-Games: Play a survival mini-game as you travel to different planets

🛠️ Tech Stack

  • Frontend: Next.js
  • AI Generation: Google Gemini API
  • Deployment: Vercel

🚀 Getting Started

Prerequisites

  • Node.js (v14 or newer)
  • npm or yarn
  • Google Gemini API key

Installation

  1. Clone the repository

    git clone https://github.com/joannsum/fullyhacks_adventure.git
    cd voyager3
  2. Install dependencies

    npm install
    # or
    yarn install
  3. Create a .env.local file in the root directory and add your API keys

    NEXT_PUBLIC_GEMINI_API_KEY=your_gemini_api_key
    
  4. Start the development server

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

🏗️ Build for Production

To create an optimized production build:

npm run build
# or
yarn build

To start the production server:

npm run start
# or
yarn start

Project Link: https://github.com/joannsum/fullyhacks_adventure


Built with ❤️ by the Voyager3 Team

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors