{"id":26916979,"url":"https://github.com/iagodahlem/tiempo","last_synced_at":"2025-04-01T19:50:23.485Z","repository":{"id":27623905,"uuid":"114560223","full_name":"iagodahlem/tiempo","owner":"iagodahlem","description":":clock1: Pomodoro app for the modern web.","archived":false,"fork":false,"pushed_at":"2023-02-15T19:26:48.000Z","size":9020,"stargazers_count":9,"open_issues_count":33,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-09T14:49:12.016Z","etag":null,"topics":["architecture","awilix","dependency-injection","ducks","ducks-pattern","enzyme","javascript","jest","nodejs","pomodoro","pomodoro-timer","react","react-dom","redux","redux-thunk","styled-components","tdd","tiempo","timer","yarn"],"latest_commit_sha":null,"homepage":"https://tiempo.iagodahlem.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iagodahlem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-17T18:46:28.000Z","updated_at":"2023-08-22T02:19:39.000Z","dependencies_parsed_at":"2023-01-14T08:30:47.941Z","dependency_job_id":null,"html_url":"https://github.com/iagodahlem/tiempo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagodahlem%2Ftiempo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagodahlem%2Ftiempo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagodahlem%2Ftiempo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iagodahlem%2Ftiempo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iagodahlem","download_url":"https://codeload.github.com/iagodahlem/tiempo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246706305,"owners_count":20820784,"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":["architecture","awilix","dependency-injection","ducks","ducks-pattern","enzyme","javascript","jest","nodejs","pomodoro","pomodoro-timer","react","react-dom","redux","redux-thunk","styled-components","tdd","tiempo","timer","yarn"],"created_at":"2025-04-01T19:50:22.954Z","updated_at":"2025-04-01T19:50:23.471Z","avatar_url":"https://github.com/iagodahlem.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tiempo\n\n[![Build Status](https://travis-ci.org/iagodahlem/tiempo.svg?branch=master)](https://travis-ci.org/iagodahlem/tiempo)\n[![Coverage Status](https://codecov.io/gh/iagodahlem/tiempo/branch/master/graph/badge.svg)](https://codecov.io/gh/iagodahlem/tiempo)\n[![Cypress.io Tests](https://img.shields.io/badge/cypress.io-tests-green.svg)](https://cypress.io)\n\nPomodoro app for the modern web. Click [here to access it live](https://tiempo.iagodahlem.com/).\nClock takes you through a full pomodoro cycle of three 25 minute work sessions with 5 minute breaks in between and a 15 minute long break at the end. \n\n\n## Requirements\n\n- Node v11.6.0\n- Yarn v1.12.3\n\n## Install\n\nInstalling **Yarn**\nIf npm package manager is already installed, you can use\n```\nnpm install --global yarn\n```\nto install and update Yarn.\n\n\u003cbr/\u003e\n\nOtherwise, if homebrew is installed, you can use\n```\nbrew install yarn\n```\nand\n```\nbrew update yarn\n```\nto update your current version.\n\n\u003cbr/\u003e\n\nOther installation instructions specific to your machine for yarn can be found [here](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable).\n\n\u003cbr/\u003e\n\nYou can then use\n```\nyarn --version\n```\nto ensure it is installed and check which version you have.\n\n\u003cbr/\u003e\n\nTo download the latest version of **Node**, click [here](https://nodejs.org/en/download/).\n\n\u003cbr/\u003e\n\n## Running\n\nYou can run this command \n```\ngit clone https://github.com/iagodahlem/tiempo.git\n```\nto clone the repository on your local machine and run the start command to spin up the development server.\n\n\u003cbr /\u003e\n\nTo start the development server, you can run the command\n\n```\nyarn start\n```\n\u003cbr/\u003e\n\nTo run all the test suite.\n\n```sh\nyarn test\n```\n\n\u003cbr/\u003e\n\n## Understanding the codebase\nUnder the [src/pomodoro/app](src/pomodoro/app) folder exists the different functionalities of the timer including play, pause, skip, and stop.\n\nUnder the [src/pomodoro/containers](src/pomodoro/containers) folder exists the controls for keyboard and mouse input as well as the header, footer, and other sections of the app.\n\nThe [cypress folder](cypress) contains tests and supporting documents for tests. \n\nThis code is written using the Redux library and documentation and support can be found [on the official Redux support page](https://redux.js.org).\n\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -m 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## License\n\n[MIT License](http://iagodahlem.mit-license.org/) © Iago Dahlem\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiagodahlem%2Ftiempo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiagodahlem%2Ftiempo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiagodahlem%2Ftiempo/lists"}