An open API service indexing awesome lists of open source software.

https://github.com/developervijay7/worldclock


https://github.com/developervijay7/worldclock

Last synced: 8 months ago
JSON representation

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.