Skip to content

Pomodoro Timer Extension is a lightweight web application written in Go using GopherJS that helps you organize focused work using the Pomodoro Technique. Its minimalist interface and simplicity are all you need for productivity.

Notifications You must be signed in to change notification settings

PhoenixJustCode/Pomodoro-Timer-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🕒 Pomodoro Timer Extension

Pomodoro Timer Extension is a lightweight web application written in Go using GopherJS, designed to boost productivity with the Pomodoro technique.


🚀 Features

  • ⏱ 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

🛠 Technologies Used

  • Go (Golang)
  • GopherJS — compile Go → JavaScript
  • HTML5
  • CSS3

📷 Interface Preview

Interface


▶️ Usage

  • 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

📦 Installation

  1. 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)

About

Pomodoro Timer Extension is a lightweight web application written in Go using GopherJS that helps you organize focused work using the Pomodoro Technique. Its minimalist interface and simplicity are all you need for productivity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages