rohitmane-dev /
focus-extension
A lightweight browser extension that helps you stay productive by blocking distracting websites and enabling Pomodoro-style focus sessions. Built with JavaScript, CSS, and HTML.
36/100 healthLoading repository data…
aditya-7562 / repository
A Pomodoro-style productivity timer built with a robust backend using Spring Boot and Java, and a responsive, user-friendly frontend developed using HTML, CSS, and JavaScript. This tool helps users stay focused by alternating between work sessions and short breaks, following the Pomodoro Technique.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Pomodoro Timer is a web-based productivity application that implements the Pomodoro Technique. This time management method uses a timer to break work into intervals, traditionally 25 minutes in length, separated by short breaks. This application helps users manage their work sessions, track productivity, and maintain focus.
├── src/
│ ├── main/
│ │ ├── java/
│ │ │ └── com/pomodoro/app/
│ │ │ ├── config/ # Application configuration
│ │ │ ├── controller/ # MVC controllers
│ │ │ ├── dto/ # Data transfer objects
│ │ │ ├── model/ # Entity models
│ │ │ ├── repository/ # Data access layer
│ │ │ └── service/ # Business logic
│ │ └── resources/
│ │ ├── static/ # CSS, JavaScript
│ │ ├── templates/ # Thymeleaf templates
│ │ └── application.properties # App configuration
└── pom.xml # Maven dependencies
Clone the repository (if using Git):
git clone https://github.com/aditya-7562/PomodoroTimer.git
cd pomodoro_prod
Build the application:
./mvnw clean install
Or with Maven installed:
mvn clean install
Run the application:
./mvnw spring-boot:run
Or with Maven installed:
mvn spring-boot:run
Access the application:
Open your browser and navigate to http://localhost:8080
The application uses SQLite for development by default. The database file will be created automatically in the project root directory.
To use PostgreSQL (for production):
application-prod.properties file with your PostgreSQL connection details./mvnw spring-boot:run -Dspring.profiles.active=prod
This project is licensed under the MIT License - see the LICENSE file for details.
Selected from shared topics, language and repository description—not editorial ratings.
rohitmane-dev /
A lightweight browser extension that helps you stay productive by blocking distracting websites and enabling Pomodoro-style focus sessions. Built with JavaScript, CSS, and HTML.
36/100 healthaditya282 /
A Pomodoro-style focus timer built with vanilla HTML, CSS and JS
55/100 healthTanish2525 /
A modern Pomodoro-style study timer web app with focus/break sessions, motivational messages, ambient study music, zen mode, and a local leaderboard built using HTML, CSS, and JavaScript.
42/100 healthRaufur-swe /
A simple productivity web app built with HTML, CSS, and JavaScript. Features include a To-Do list (add/delete/complete tasks), a Focus Timer (Pomodoro style) with start/pause/reset, and a Stopwatch. Lightweight, responsive, and runs directly in any browser.
34/100 healthsiddhesh2454 /
A productivity web app built using HTML, CSS, and JavaScript that helps users stay focused using a Pomodoro-style timer and track distractions during a session.
42/100 healthRaviranjan010 /
A smart Pomodoro-style study timer that boosts productivity while promoting healthy breaks through eye exercises, hydration reminders, circular progress animation, and streak tracking. Built using pure HTML, CSS, and JavaScript.
42/100 health