- 🗺️ Interactive Map — Pan, zoom, and explore the full game world
- 🎯 Exhibit Tracker — Mark exhibits as you discover them
- ⛄ Friend Locator — Find all hidden friends on the islands
- 💡 Puzzle Solutions — Step-by-step guides with images
# Clone the repository
git clone https://github.com/mrinflated/Monster-Expedition-Map.git
cd Monster-Expedition-Map
# Install dependencies
pnpm install
# Start development server
pnpm devOpen http://localhost:3000 to view the map.
| Technology | Purpose |
|---|---|
| Next.js 16 | React framework |
| React 19 | UI library |
| Tailwind CSS 4 | Styling |
| Leaflet | Interactive maps |
| Lucide React | Icons |
src/
├── app/ # Next.js app router pages
│ ├── about/ # About page
│ └── page.tsx # Main map page
├── components/ # React components
│ ├── Layout/ # Header, Footer
│ └── Map/ # GameMap component
└── data/ # Markers and coordinates
- Map — Taylor Gratzer
- Solutions — Innocentive
- Game — Draknek & Friends
MIT © mrinflated
Made with ❤️ for fellow monster expedition explorers
