A responsive, modern web app built with Next.js 15, React 19, and Tailwind CSS 4, showcasing facts and visuals about the planets in our solar system.
- 🌐 Dynamic routing for individual planet pages
- 📱 Fully responsive design
- 🍔 Hamburger menu with background scroll lock
- 💡 Clean UI powered by Tailwind CSS and Lucide icons
- 🧠 Data-driven design from local JSON file
- Framework: Next.js 15
- UI: React 19, Tailwind CSS 4
- Icons: Lucide React
- Utils: clsx
- Language: TypeScript
- Linting: ESLint with Next.js config
- Clone the repository
git clone https://github.com/your-username/planet-facts.git
cd planet-facts- Install dependencies
npm install- Start the development server
npm run dev- Visit localhost