victorqribeiro / simpleCounter

A simple counter in vanilla JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Counter

A simple counter in vanilla JavaScript.

screenshot

Live version

About

I've been using this simple counter to keep track when it's time to take a break and eat something, but the code is very easy to modify to other purposes.

Motivation

Most of my days is to sit in front the computer with an IDE and a browser opened. So I wrote this code to help me remember when it's time to eat. I just leave a tab open; and even if I close the tab, the counter is stored in localStorage so it resumes when I open it back (this also could be stored in a database online, so you can keep track in other devices aswell).

About

A simple counter in vanilla JavaScript

License:MIT License


Languages

Language:JavaScript 51.9%Language:HTML 27.7%Language:CSS 20.5%