A family activity guide for Monmouth County, NJ. FunFinder732 is a project by Navesink Humans.
- Home — Landing page with quick links
- Family Fitness — Gyms with childcare, summer camps, and membership pricing (Life Time, Atlantic Club, Red Bank YMCA)
- Pools — Public pools, YMCAs, private clubs & free spraygrounds, with a free/day-pass/membership filter
- Park Events — Monmouth County Park System Spring 2026 programs, searchable with month/category filters
- Submit Event — Community event submission form
- About — Project info
- React 19 + TypeScript
- Vite 6
- Tailwind CSS v4
- React Router v7
- Lucide React for icons
- Vercel Analytics
- Deployed on Vercel
npm install
npm run devApp runs at http://localhost:5173
npm run buildOutput is in dist/.
Configured for Vercel via vercel.json at the repo root. No special root directory setting needed — point Vercel at the repo root and it picks up npm run build → dist/ automatically. SPA routing is handled via rewrites.