A beautiful fullscreen world clock built with Next.js 15, Tailwind CSS, and TypeScript.
- Digital and Analog Clocks: See the time in both digital and analog formats.
- 12/24 Hour Format: Toggle between 12-hour and 24-hour time.
- Timezone Selection: Choose from popular timezones.
- Dark & Light Modes: Switch between dark and light themes.
- Font & Style Options: Pick your favorite font style.
- Settings Overlay: All options are available in a modern, animated overlay.
- Responsive & Modern UI: Looks great on all devices.
- Install dependencies:
npm install
- Run locally:
npm run dev
- Build for production:
npm run build npm start
- Deploy easily to Vercel (recommended for Next.js projects).
- Or use GitHub Pages with static export (see Next.js docs).
Made with ❤️ using Next.js and Tailwind CSS.