{"id":17825702,"url":"https://github.com/waishnav/watcher-website","last_synced_at":"2025-06-17T17:32:23.502Z","repository":{"id":106374533,"uuid":"550406303","full_name":"Waishnav/Watcher-website","owner":"Waishnav","description":"Watcher - Minimal Screen time tracker website","archived":false,"fork":false,"pushed_at":"2023-02-08T19:45:38.000Z","size":652,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T12:20:14.161Z","etag":null,"topics":["arch-linux","css","hacktoberfest","javascript","linux","react","screen-time-tracker","watcher","watcher-cli"],"latest_commit_sha":null,"homepage":"https://waishnav.github.io/Watcher","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/Waishnav.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,"publiccode":null,"codemeta":null}},"created_at":"2022-10-12T18:00:24.000Z","updated_at":"2024-07-02T10:25:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"714c758a-b44b-49a7-9b50-89f579450e86","html_url":"https://github.com/Waishnav/Watcher-website","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/Waishnav%2FWatcher-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waishnav%2FWatcher-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waishnav%2FWatcher-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Waishnav%2FWatcher-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Waishnav","download_url":"https://codeload.github.com/Waishnav/Watcher-website/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243950792,"owners_count":20373664,"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":["arch-linux","css","hacktoberfest","javascript","linux","react","screen-time-tracker","watcher","watcher-cli"],"created_at":"2024-10-27T18:27:28.641Z","updated_at":"2025-03-18T20:30:48.421Z","avatar_url":"https://github.com/Waishnav.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Watcher website first look\n\n### Note: This repostory is moved to the branch `website` in Watcher repository, for furthur developement after Hacktoberfest.\nThis is what we are gonna make throughout the Hacktoberfest.\nAlso do check out [Watcher](https://github.com/waishnav/watcher)\n\n\u003cimg src=\"https://cdn.discordapp.com/attachments/846673042893832195/1030078697975332875/unknown.png\" width=90% height=auto\u003e\n\n## Tech-stack\n![ReactJS](https://img.shields.io/badge/-React-orange?color=09D9FE\u0026style=for-the-badge\u0026logo=React\u0026logoColor=white\u0026logoWidth=20)\n![CSS3](https://img.shields.io/badge/-CSS3-orange?color=264DE4\u0026style=for-the-badge\u0026logo=CSS3\u0026logoColor=white\u0026logoWidth=20)\n\n## Want to Contribute to Watcher ?\n## Rules\n\n- Don't create a pull request on an issue that doesn't exist, create an issue first and if the changes you are proposing are said to be okay, you can go ahead and create a pull request\n\n- Before starting to work on any issue make sure it's assigned to you\n\n- Add the Issue you worked on in your Pull Request \n\n- Don't work on the main branch, create your own branch \n\n## 💥 How to Contribute\n\n- Take a look at the existing [Issues](https://github.com/Waishnav/Watcher-website/issues) or [create a new issue](https://github.com/Waishnav/Watcher-website/issues/new)!\n- [Fork the Repo](https://github.com/Waishnav/Watcher-website/fork). Then, create a branch for any issue that you are working on. Finally, commit your work.\n- Create a [Pull Request](PR), which will be promptly reviewed and given suggestions for improvements by maintainers\n- Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes proposed in your PR.\n\n---\n\n## 🌟 HOW TO MAKE A PULL REQUEST:\n\n1. Start by making a Fork of the [Watcher-website](https://github.com/Waishnav/Watcher-website/fork) repository.\n\n2. Clone your new fork of the repository in the terminal/CLI on your computer with the following command:\n\n```bash\ngit clone https://github.com/\u003cyour-github-username\u003e/Watcher-website\n```\n\n3. Navigate to the newly created Code-Magic project directory:\n\n```bash\ncd Watcher-website\n```\n\n4. Set upstream command:\n\n```bash\ngit remote add upstream https://github.com/Waishnav/Watcher-website.git\n```\n\n5. Create a new branch:\n\n```bash\ngit checkout -b YourBranchName\n```\n\n6. Sync your fork or your local repository with the origin repository:\n\n- In your forked repository, click on \"Fetch upstream\"\n- Click \"Fetch and merge\"\n\n### Alternatively, Git CLI way to Sync forked repository with origin repository:\n\n```bash\ngit fetch upstream\n```\n\n```bash\ngit merge upstream/main\n```\n\n### [Github Docs](https://docs.github.com/en/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github) for Syncing\n\n7. Make your changes to the source code.\n\n8. Stage your changes and commit:\n\n```bash\ngit add \ngit commit -m \"commitmessage\"\n```\n\n9. Push your local commits to the remote repository:\n\n```bash\ngit push origin YourBranchName\n```\n\n10. Create a [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)!\n\n11. Congratulations! You've made your first contribution to [Watcher-website](https://github.com/Waishnav/Watcher-website/graphs/contributors)!\n\n\n## 💥 Issues\n\nIn order to discuss changes, you are welcome to [open an issue](https://github.com/Waishnav/Watcher-website/issues/new) about what you would like to contribute. Enhancements are always encouraged and appreciated.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaishnav%2Fwatcher-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaishnav%2Fwatcher-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaishnav%2Fwatcher-website/lists"}