Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.24 KB

File metadata and controls

42 lines (30 loc) · 1.24 KB

Galactic Database

wakatime

Interactive Star Wars galaxy map with an Imperial Terminal aesthetic.

Screenshot_2026-05-23_21-59-11

Stack

  • Framework: React + Vite + TypeScript
  • Styling: Tailwind CSS
  • UI: Radix UI components, Framer Motion
  • Data: SWAPI.dev API (Star Wars)
  • Package Manager: pnpm

Features

  • Interactive pan/zoom galaxy map with 60+ Star Wars planets
  • Glowing cyan planet markers on deep space background with starfield
  • Planet detail panel showing climate, terrain, population, diameter, gravity, orbital period
  • Residents panel fetches character names from SWAPI
  • Imperial Terminal aesthetic: Share Tech Mono font, glowing cyan/blue text on black, scanlines
  • Terminal-style loading screen with typewriter text effects

Getting Started

pnpm install
pnpm run dev

Build

pnpm run build

Deploy

vercel --prod