Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harsh-pandhe/clock
This is a small web app that displays the current time in a neon-themed style. The time is updated every second, and the display features a stylish blockish font with a neon glow effect.
https://github.com/harsh-pandhe/clock
Last synced: 23 days ago
JSON representation
This is a small web app that displays the current time in a neon-themed style. The time is updated every second, and the display features a stylish blockish font with a neon glow effect.
- Host: GitHub
- URL: https://github.com/harsh-pandhe/clock
- Owner: harsh-pandhe
- License: mit
- Created: 2024-01-21T08:42:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T22:33:57.000Z (9 months ago)
- Last Synced: 2024-11-11T21:26:56.403Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neon Time Display Web App
This is a small web app that displays the current time in a neon-themed style. The time is updated every second, and the display features a stylish blockish font with a neon glow effect.
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/harsh-pandhe/Clock.git
```2. Open `index.html` in your web browser.
## Technologies Used
- HTML
- CSS
- JavaScript## Fonts Used
- [Orbitron](https://fonts.google.com/specimen/Orbitron)
- [Aldrich](https://fonts.google.com/specimen/Aldrich)## Styling
- The background color is darkened for a sleek look.
- The surrounding text uses the Aldrich font.
- The time display uses the Orbitron font with a neon green color and a proper neon glow effect.## Customization
- Feel free to modify the styles in the `styles.css` file to customize the appearance.
- Adjust the font sizes, colors, and glow effects according to your preferences.## Acknowledgments
- Fonts provided by Google Fonts.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
Harsh was here!!