A small website that displays the current time as mathematical expressions instead of regular digits.
- Updates every minute with new math problems
- Uses addition, subtraction, multiplication and division
- Numbers will not become too large, don't worry :)
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 mathclockThe 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 -dAccess the application at http://localhost:3000
Clone the repository or download the files als zip.
git clone https://github.com/jonahkraft/mathclock.gitThen simply open index.html with your browser.
Favicon from SVG Repo (Public Domain)
