Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 830 Bytes

File metadata and controls

25 lines (18 loc) · 830 Bytes

Chronometer / Timer

Here you can find a chronometer (that counts time up second by second) and a timer (set the time you need and it will count down for you). With a pretty visualization, you can see each second, minute and hour going up or down.

This project was developed primarily on JavaScript, using React for the client-side. For styling I implemented Bootstrap and CSS.

View

You can view this project in the following link (https://lucydoja.github.io/Counter/) and explore for yourself.

If you want to run the project on Gitpod your will have to run the following on your command line:

$ npm install
$ npm run start

Features:

  • Count time up with the chronometer
  • Set a timer for your specific needs
  • Get an alert once the time runs out
  • Easy to use
  • Nice interface