Skip to content

AzkaSahar/analog-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

analog-watch

Analog Watch Project

This project displays an analog watch using HTML, CSS, and JavaScript.

Table of Contents

Demo

A live demo of the analog watch.

aa01f86c-cfdb-4d3b-9847-16249846d1cb.mp4

Project Structure

The project is structured as follows:

analog-watch/
├── exodar_woff/
│   ├── Exodar-Outline.woff
│   └── style.css
├── aw.html
├── aw.css
└── aw.js
  • exodar_woff/: Contains the custom font files.
  • aw.html: The main HTML file.
  • aw.css: The CSS file for styling the watch.
  • aw.js: The JavaScript file to handle the watch's functionality.

Installation

To set up the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/AzkaSahar/analog-watch.git
    cd analog-watch
  2. Ensure your project structure looks like the one in the Project Structure section.

Usage

  1. Open aw.html in your preferred web browser:

    open aw.html
  2. The analog watch should be displayed and running in your browser.