Skip to content

⏰️ A small website that displays the current time as mathematical expressions instead of regular digits.

License

Notifications You must be signed in to change notification settings

jonahkraft/mathclock

Repository files navigation

⏰️ Math clock

A small website that displays the current time as mathematical expressions instead of regular digits.

Features

  • Updates every minute with new math problems
  • Uses addition, subtraction, multiplication and division
  • Numbers will not become too large, don't worry :)

Quick Start

Using Docker Compose

If you want to run this permanently, you can use Docker for this.

Clone the repository.

git clone https://github.com/jonahkraft/mathclock.git
cd mathclock

The default port is 3000. You can adjust this by changing the docker-compose.yml file:

ports:
  - "YOUR_PORT:80"

Then start the application.

docker-compose up -d

Access the application at http://localhost:3000

Without Docker

Clone the repository or download the files als zip.

git clone https://github.com/jonahkraft/mathclock.git

Then simply open index.html with your browser.

Preview

A preview showing time as mathematical expressions

Credits

Favicon from SVG Repo (Public Domain)

About

⏰️ A small website that displays the current time as mathematical expressions instead of regular digits.

Topics

Resources

License

Stars

Watchers

Forks