Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerrylum/timer
Minimalism design, an online timer using Vue, with multiple languages and themes
https://github.com/jerrylum/timer
babel css html javascript school stopwatch timer vue
Last synced: 9 days ago
JSON representation
Minimalism design, an online timer using Vue, with multiple languages and themes
- Host: GitHub
- URL: https://github.com/jerrylum/timer
- Owner: Jerrylum
- License: mit
- Created: 2020-05-10T13:27:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T15:45:19.000Z (over 1 year ago)
- Last Synced: 2024-10-11T03:15:01.418Z (26 days ago)
- Topics: babel, css, html, javascript, school, stopwatch, timer, vue
- Language: JavaScript
- Homepage: https://timer.jerryio.com
- Size: 800 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Jerry Timer
A timer to replace online-stopwatch.com which has ugly UI and ads.
---
![ScreenShot](https://jerrylum.github.io/timer/res/screenshot.png)
---
## What is Jerry Timer?
Jerry Timer is a simple countdown timer and stopwatch using Vue. This timer is designed for examinations, quizzes, and everything that requires a timer. You can hide the timer buttons (which is very cool), or change the theme, or download the repository and change anything you want to.
In order to support computers running on Windows XP in the school, I used Babel to convert the Javascript code into a backwards compatible version, as low as IE 11. Taking into account the horrible WiFi at school, Terser and Webpack were used to compress the code size and combine multiple source code files into one.
Jerry Timer also supports multiple languages. I translated the timer into traditional Chinese and English. The user can switch to another language without having to reload the page.
## Why I want to build a timer?
This story starts at middle school. All my teachers like to use online-stopwatch.com. They use it in the classroom, in the lobby or in the exams. For me, I don't like this timer. The user interface is ugly, the translation is wrong, and is fill with a ton of ads (I know they have to make a living, but that doesn't stop my criticism).
Also, if the computer or browser suddenly shuts down, the timer will lose the status and create a very embarrassing situation. This timer is not suitable for exams and important occasions.
So, I decided to make a timer myself, a simple and stable timer.
## How do I use it?
I hosted the latest version of Jerry Timer on Github Page. Pay a visit to our page, timer.jerryio.com, or via short url git.io/JfW1J, to try something new and give online-stopwatch.com up.
You can go to [the intro page](https://jerrylum.github.io/timer/intro/en) to find more information. If you have further questions, please feel free to create a new issue.
Although this timer is not designed for mobile phone users to use, you can also try using it on mobile phones. Have fun!
---
## Conclusion
Good luck with that! :)