A Pomodoro Clock timer. Special features are; adjustable time for all 3 sessions (Session, Break, Rest), not so distracting alarm sound, clean UI and UX feel. For more information on what a pomodoro timer is, please go to this link. https://ryecoder.github.io/pomodoro-live/
As this is a simple web app it doesn't need any special installation. Just run the index.html file and web app will load.
Clone this repo, https://github.com/ryecoder/pomodoro-live,
git clone https://github.com/ryecoder/pomodoro-live
I use Visual Studio code for coding and running a live server with hot reload. But you can run the index.html file on your browser and manually reload the browser if it is more preferred. To run in Visual Studio code.
Install this plugin in Visual Studio Code
Name: Live Server
Id: ritwickdey.liveserver
Description: Launch a development local Server with live reload feature for static & dynamic pages
Version: 5.6.1
Publisher: Ritwick Dey
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
Once installed, open your repo clone folder. With the index.html file open, right click and then click run with live server.
- Vanilla JS
- CSS
- Html
- Ryanell Maniego
- The Odin Project