{"id":19418909,"url":"https://github.com/reddy-epk/timer-app","last_synced_at":"2025-02-25T03:43:23.179Z","repository":{"id":229129944,"uuid":"775843414","full_name":"reddy-epk/Timer-app","owner":"reddy-epk","description":"An Interactive react digital timer app","archived":false,"fork":false,"pushed_at":"2024-03-22T06:45:57.000Z","size":184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T17:42:26.471Z","etag":null,"topics":["component-life-cycle-methods","timer","timer-application","timer-clock"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/reddy-epk.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-22T06:41:23.000Z","updated_at":"2024-03-22T06:44:21.000Z","dependencies_parsed_at":"2024-03-22T07:49:33.524Z","dependency_job_id":"d6364e29-733c-408e-905c-626878e72f2e","html_url":"https://github.com/reddy-epk/Timer-app","commit_stats":null,"previous_names":["reddy-epk/timer-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2FTimer-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2FTimer-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2FTimer-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reddy-epk%2FTimer-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reddy-epk","download_url":"https://codeload.github.com/reddy-epk/Timer-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240599180,"owners_count":19826959,"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":["component-life-cycle-methods","timer","timer-application","timer-clock"],"created_at":"2024-11-10T13:15:36.491Z","updated_at":"2025-02-25T03:43:23.152Z","avatar_url":"https://github.com/reddy-epk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Building a **Digital Timer App** \n### Refer to the image below:\n\n\u003cbr/\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\n    \u003cimg src=\"https://assets.ccbp.in/frontend/content/react-js/digital-timer-output.gif\" alt=\"digital timer output\" style=\"max-width:70%;box-shadow:0 2.8px 2.2px rgba(0, 0, 0, 0.12)\" /\u003e\n\u003c/div\u003e\n\u003cbr/\u003e\n\n### Design Files\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\n- [Extra Small (Size \u003c 576px), Small (Size \u003e= 576px)](https://assets.ccbp.in/frontend/content/react-js/digital-timer-sm-output.png)\n- [Medium (Size \u003e= 768px), Large (Size \u003e= 992px) and Extra Large (Size \u003e= 1200px)](https://assets.ccbp.in/frontend/content/react-js/digital-timer-lg-output.png)\n\n\u003c/details\u003e\n\n### Set Up Instructions\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\n- Download dependencies by running `npm install`\n- Start up the app using `npm start`\n\u003c/details\u003e\n\n\n\u003cdetails\u003e\n\u003csummary\u003eImplementation Files\u003c/summary\u003e\n\u003cbr/\u003e\n\nUse these files to complete the implementation:\n\n- `src/components/DigitalTimer/index.js`\n- `src/components/DigitalTimer/index.css`\n\u003c/details\u003e\n\n### Quick Tips\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to view\u003c/summary\u003e\n\u003cbr\u003e\n\n- Use the `box-shadow` CSS property to apply the box-shadow effect to containers\n\n  ```\n    box-shadow: 0px 4px 16px 0px #bfbfbf;\n  ```\n\n  \u003cbr/\u003e\n  \u003cimg src=\"https://assets.ccbp.in/frontend/content/react-js/box-shadow-img.png\" alt=\"box shadow\" style=\"width:200px\" /\u003e\n\n- Use `Math.floor()` function that returns the **largest integer less than or equal to a given number**\n\n  ```js\n  console.log(Math.floor(5.95)); // output: 5\n  ```\n\n- Use the `background-position` CSS property to set the starting position of a background image\n  ```\n  background-position: center;\n  ```\n\n\u003c/details\u003e\n\n### Resources\n\n\u003cdetails\u003e\n\u003csummary\u003eImage URLs\u003c/summary\u003e\n\n- [https://assets.ccbp.in/frontend/react-js/digital-timer-elapsed-bg.png](https://assets.ccbp.in/frontend/react-js/digital-timer-elapsed-bg.png)\n- [https://assets.ccbp.in/frontend/react-js/play-icon-img.png](https://assets.ccbp.in/frontend/react-js/play-icon-img.png) alt should be **play icon**\n- [https://assets.ccbp.in/frontend/react-js/pause-icon-img.png](https://assets.ccbp.in/frontend/react-js/pause-icon-img.png) alt should be **pause icon**\n- [https://assets.ccbp.in/frontend/react-js/reset-icon-img.png](https://assets.ccbp.in/frontend/react-js/reset-icon-img.png) alt should be **reset icon**\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eColors\u003c/summary\u003e\n\n\u003cbr/\u003e\n\n\u003cdiv style=\"background-color: #ffffff ; width: 150px; padding: 10px; color: black\"\u003eHex: #ffffff\u003c/div\u003e\n\u003cdiv style=\"background-color: #cffcf1 ; width: 150px; padding: 10px; color: black\"\u003eHex: #cffcf1\u003c/div\u003e\n\u003cdiv style=\"background-color: #1e293b ; width: 150px; padding: 10px; color: white\"\u003eHex: #1e293b\u003c/div\u003e\n\u003cdiv style=\"background-color: #0f172a ; width: 150px; padding: 10px; color: white\"\u003eHex: #0f172a\u003c/div\u003e\n\u003cdiv style=\"background-color: #defafe ; width: 150px; padding: 10px; color: black\"\u003eHex: #defafe\u003c/div\u003e\n\u003cdiv style=\"background-color: #00d9f5 ; width: 150px; padding: 10px; color: white\"\u003eHex: #00d9f5\u003c/div\u003e\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eFont-families\u003c/summary\u003e\n\n- Roboto\n\n\u003c/details\u003e\n\n\u003e ### _Things not_to change_\n\u003e\n\u003e - All components you implement should go in the `src/components` directory.\n\u003e - Don't change the component folder names as those are the files being imported into the tests.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freddy-epk%2Ftimer-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freddy-epk%2Ftimer-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freddy-epk%2Ftimer-app/lists"}