{"id":27218087,"url":"https://github.com/drillprop/pomodoro","last_synced_at":"2026-04-13T04:51:12.671Z","repository":{"id":38803003,"uuid":"205133519","full_name":"drillprop/pomodoro","owner":"drillprop","description":"Pomodoro app with firebase authentication and firebase realtime database","archived":false,"fork":false,"pushed_at":"2023-01-07T09:11:57.000Z","size":6759,"stargazers_count":0,"open_issues_count":22,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-04T10:11:09.326Z","etag":null,"topics":["firebase","pomodoro","pwa","react","redux","redux-saga"],"latest_commit_sha":null,"homepage":"https://drillprop.github.io/pomodoro/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drillprop.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-29T09:57:37.000Z","updated_at":"2020-08-04T10:57:12.000Z","dependencies_parsed_at":"2023-02-06T18:31:59.464Z","dependency_job_id":null,"html_url":"https://github.com/drillprop/pomodoro","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drillprop%2Fpomodoro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drillprop%2Fpomodoro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drillprop%2Fpomodoro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drillprop%2Fpomodoro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drillprop","download_url":"https://codeload.github.com/drillprop/pomodoro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248164452,"owners_count":21058148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["firebase","pomodoro","pwa","react","redux","redux-saga"],"created_at":"2025-04-10T05:36:27.238Z","updated_at":"2026-04-13T04:51:07.648Z","avatar_url":"https://github.com/drillprop.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pomodoro\n\n**Progressive Web Application** written in React with Typescript.\n\n## Screenshot\n\n![screenshot](https://user-images.githubusercontent.com/51168865/80403906-ae719880-88c0-11ea-9228-22340bf3d8ea.png)\n\n## Motivation\n\nThe pomodoro application is created to fight with procrastination using **_pomodoro technique_**. If you don't know what is it and how it works, you can read about [this technique here](https://en.wikipedia.org/wiki/Pomodoro_Technique).\n\n## Description\n\nApplication is using authentication system and firebase realtime database. Every signed user can track his statistics, manage tasks, configure duration of work intervals(known as _pomodoros_ or _tomatoes_) and breaks.\n\n### Why application playing silent sound when timer start?\n\nIf you try this app on phone you will notice that when timer starts, the application will play silent sound. It's not a bug and it's completely intentional. Because of nature of PWA, right now, there is no way to wake up your phone and play alert when timer ends. That's why I decided to add blank sound to keep phone in some kind of \"awake state\". Even if you turn off your screen, **pomodoro** will ring the alarm when timer ends.\n\nAlso, I know that, a much better solution would be just create native app, but i haven't tried any native technologies yet.\n\n## Technologies\n\n- [react](https://reactjs.org/)\n- [webpack](https://webpack.js.org/)\n- [redux](https://redux.js.org/)\n- [redux-saga](https://redux-saga.js.org/)\n- [firebase](https://firebase.google.com/)\n- [styled-components](https://www.styled-components.com/)\n- [react-spring](https://www.react-spring.io/)\n- [chartjs](https://www.chartjs.org/)\n- [dayjs](https://github.com/iamkun/dayjs#)\n\n## Installation\n\n1. Clone this repo\n\n```sh\ngit clone https://github.com/drillprop/pomodoro.git\n```\n\n2. Install NPM packages\n\n```sh\nnpm install\n```\n\n3. Start new project on [firebase](https://console.firebase.google.com/) with `Realtime Database`\n\n4. In firebase console, configure authentication by turning on `Email/Password` and `Google` sign-in providers\n\n5. Create `.env` file\n\n6. In firebase project overview register new app by adding new `web app`, copy all `firebaseConfig` values and paste them in `.env`\n   in a similar way like `.env.example` file.\n\n7. To start the app in `dev mode` run\n\n```sh\nnpm start\n```\n\n## Demo\n\n[Pomodoro](https://drillprop.github.io/pomodoro/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrillprop%2Fpomodoro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrillprop%2Fpomodoro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrillprop%2Fpomodoro/lists"}