https://github.com/devrabiul/digital-clock
A stylish digital clock built with HTML, CSS, and JavaScript. Check the current time with a modern flip animation.
https://github.com/devrabiul/digital-clock
Last synced: 9 months ago
JSON representation
A stylish digital clock built with HTML, CSS, and JavaScript. Check the current time with a modern flip animation.
- Host: GitHub
- URL: https://github.com/devrabiul/digital-clock
- Owner: devrabiul
- Created: 2025-03-22T17:15:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T17:37:38.000Z (over 1 year ago)
- Last Synced: 2025-06-25T23:36:20.794Z (about 1 year ago)
- Language: CSS
- Homepage: https://devrabiul.github.io/digital-clock/
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digital Clock
A simple digital clock built with [HTML, CSS, and JavaScript](https://developer.mozilla.org/en-US/docs/Web) to display the current time. This project is perfect for learning about JavaScript time functions and DOM manipulation.
## Features
- Displays current time in a digital format (HH:MM:SS).
- Automatically updates every second.
- Customizable design using CSS.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/devrabiul/digital-clock.git
```
2. Open the `index.html` file in your browser to view the clock.
## Usage
1. The clock will automatically display the current time and update every second.
2. You can customize the design by modifying the `styles.css` file.
3. You can adjust the time format or add more features by editing the `script.js` file.
## Technologies Used
- HTML
- CSS
- JavaScript
## Contributing
1. Fork this repository.
2. Create your feature branch (`git checkout -b feature-name`).
3. Commit your changes (`git commit -am 'Add new feature'`).
4. Push to the branch (`git push origin feature-name`).
5. Create a new Pull Request.
## License
This project is open-source and available under the [MIT License](LICENSE).
## Acknowledgements
- [MDN Web Docs](https://developer.mozilla.org/) for providing resources on JavaScript.
- [GitHub](https://github.com) for hosting open-source projects.