Pomodoro Timer Extension is a lightweight web application written in Go using GopherJS, designed to boost productivity with the Pomodoro technique.
- ⏱ Set the timer by clicking on the time display
▶️ Start and ⏸️ stop the timer- 🔁 Restore the original time
- 📦 Written in Go and compiled to JavaScript using GopherJS
- Go (Golang)
- GopherJS — compile Go → JavaScript
- HTML5
- CSS3
- Open the extension in your browser
- Click the timer to enter the desired number of minutes
- Click Start to begin
- Use Stop to pause the timer
- Use Recover to reset to the original time
- Install Go and clone the repository:
git clone https://github.com/PhoenixJustCode/Pomodoro-Timer-Extension
- Go to the desired directory
cd Pomodoro-Timer-Extension/go-src
- Install GopherJS:
go install github.com/gopherjs/gopherjs@v1.19.0-beta1
- Compile Go-код в JavaScript:
gopherjs build main.go
- Download the extension in Google Chrome
link - gopherJS(https://github.com/gopherjs/gopherjs)