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

https://github.com/furkan-dogu/analog-saat

This project includes a design for an analog clock created using HTML, CSS, and JavaScript. The clock features a colorful rotation animation along with indicators for seconds, minutes, and hours.
https://github.com/furkan-dogu/analog-saat

analog-clock css dom-manipulation html javascript setinterval

Last synced: about 1 month ago
JSON representation

This project includes a design for an analog clock created using HTML, CSS, and JavaScript. The clock features a colorful rotation animation along with indicators for seconds, minutes, and hours.

Awesome Lists containing this project

README

          

## Preview



# Analog Clock Project

This project includes a design for an analog clock created using HTML, CSS, and JavaScript. The clock features a colorful rotation animation along with indicators for seconds, minutes, and hours.

## Live Project Link

You can access the live version of the project [here](https://analog-saat-alpha.vercel.app/).

## How to Use

To use the project, follow these steps:

1. Open the `index.html` file in your browser.
2. Enjoy the clock!

## Design Details

- The clock is designed as a turquoise-colored rotating circular shape.
- The seconds bar is represented with a separate bar for each second.
- Hour numbers are positioned around the hour indicator bar.
- Hour and minute indicators are updated in real-time.

## Screenshots




## Compatibility

The project is compatible with both wide-screen computers and mobile devices.

## Development

If you want to contribute or customize the project, follow these steps:

1. Download the project folder to your computer.
2. Make your code edits.
3. Open the `index.html` file in your browser to check the changes.