/Time-to-decimal

Mini web app that calculates time or duration to scientific decimal format

Primary LanguageJavaScript

About

Mini web app that calculates time or duration to scientific decimal format

Live demo

https://ihatem.github.io/Time-to-decimal/

Screenshot

App screenshot!

Install

install dependencies

npm install 

run server

npm run start 

build dist folder

npm run build:dist 

deploy to gh-pages

npm run deploy