All Projects → qoomon → time-timer-webapp

qoomon / time-timer-webapp

Licence: other
A CountDown and CountUp Timer

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
Dockerfile
14818 projects

time-timer-webapp

Build & Deploy

LGTM Grade

Screenshot

Screenshot

Docker Instructions

# initial setup
docker build -t qoomon/time-timer-webapp https://github.com/qoomon/time-timer-webapp.git
# start the service
docker run --rm -p 8080:80 qoomon/time-timer-webapp
# open the app in your browser
xdg-open "http://localhost:8080"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].