https://github.com/developervijay7/worldclock
https://github.com/developervijay7/worldclock
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developervijay7/worldclock
- Owner: developervijay7
- Created: 2025-07-21T17:00:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-07-21T17:45:42.000Z (9 months ago)
- Last Synced: 2025-07-21T19:35:43.208Z (9 months ago)
- Language: TypeScript
- Homepage: https://worldclock-three.vercel.app
- Size: 68.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# World Clock
A beautiful fullscreen world clock built with Next.js 15, Tailwind CSS, and TypeScript.
## Features
- **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.
## Usage
1. **Install dependencies:**
```bash
npm install
```
2. **Run locally:**
```bash
npm run dev
```
3. **Build for production:**
```bash
npm run build
npm start
```
## Deployment
- Deploy easily to [Vercel](https://vercel.com/) (recommended for Next.js projects).
- Or use GitHub Pages with static export (see Next.js docs).
## GitHub
- [github.com/developervijay7/worldclock](https://github.com/developervijay7/worldclock)
---
Made with ❤️ using Next.js and Tailwind CSS.