https://github.com/hsnice16/mathematical_tables
Vanilla JS app with the sole purpose to show multiplication tables of 2 to 10. Using setInterval function to print a row in every 5 seconds in different colors and increasing font size.
https://github.com/hsnice16/mathematical_tables
css3 html5 javascript vanilla-js
Last synced: about 1 month ago
JSON representation
Vanilla JS app with the sole purpose to show multiplication tables of 2 to 10. Using setInterval function to print a row in every 5 seconds in different colors and increasing font size.
- Host: GitHub
- URL: https://github.com/hsnice16/mathematical_tables
- Owner: hsnice16
- Created: 2021-08-28T11:06:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-28T11:25:50.000Z (almost 5 years ago)
- Last Synced: 2025-01-11T16:14:32.940Z (over 1 year ago)
- Topics: css3, html5, javascript, vanilla-js
- Language: JavaScript
- Homepage: https://mathematicaltables.netlify.app/
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mathematical_Tables
Vanilla JS app with the sole purpose to show multiplication tables of 2 to 10. Using setInterval function to print a row in every 5 seconds in different colors and increasing font size.