{"id":22349818,"url":"https://github.com/azlibdar/pride","last_synced_at":"2025-07-30T06:31:24.205Z","repository":{"id":264506362,"uuid":"805647712","full_name":"azlibdar/pride","owner":"azlibdar","description":"Pride: Minimal Todo List - No sign-ups, no hassle—just pure productivity.","archived":false,"fork":false,"pushed_at":"2024-05-26T07:36:36.000Z","size":72,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T14:07:24.398Z","etag":null,"topics":["chrome-extension","minimal","productivity","todolist"],"latest_commit_sha":null,"homepage":"https://chromewebstore.google.com/detail/imabkchdfnonlkmdocedbnfgbmcpbopn","language":"CSS","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/azlibdar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-05-25T04:28:35.000Z","updated_at":"2024-11-09T14:39:31.000Z","dependencies_parsed_at":"2024-11-24T19:50:43.157Z","dependency_job_id":null,"html_url":"https://github.com/azlibdar/pride","commit_stats":null,"previous_names":["azlibdar/pride"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/azlibdar/pride","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azlibdar%2Fpride","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azlibdar%2Fpride/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azlibdar%2Fpride/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azlibdar%2Fpride/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azlibdar","download_url":"https://codeload.github.com/azlibdar/pride/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azlibdar%2Fpride/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267822154,"owners_count":24149576,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["chrome-extension","minimal","productivity","todolist"],"created_at":"2024-12-04T11:09:23.028Z","updated_at":"2025-07-30T06:31:23.949Z","avatar_url":"https://github.com/azlibdar.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pride: Minimal Todo List\r\nA Chrome browser extension - No sign-ups, no hassle—just pure productivity.\r\n\r\n\u003cbr\u003e \r\n\r\n## Features 🐧\r\n- **Minimal Design:** Simple, user-friendly interface.\r\n- **No Sign-Ups Required:** Start using immediately without any registration.\r\n- **Persistent Storage:** Tasks are saved locally in your browser.\r\n- **Audio Feedback:** Get a sound notification upon task completion.\r\n- **Automatic Task Deletion:** Completed tasks are automatically deleted after 10 hours.\r\n- **Offline Functionality:** Works seamlessly offline using local storage.\r\n\r\n\u003cbr\u003e\r\n\r\n## Screenshots\r\n\u003cimg width=\"1540\" alt=\"App screenshot 1\" src=\"https://github.com/azlibdar/pride/assets/121456353/5431736f-0f3e-4598-b338-0dd3d5278b7e\"\u003e\r\n\u003cimg width=\"1540\" alt=\"App screenshot 2\" src=\"https://github.com/azlibdar/pride/assets/121456353/d559bbf3-ae91-4331-aa68-2c14d301b8cc\"\u003e\r\n\r\n\u003cbr\u003e\r\n\r\n## Download\r\nYou can download the Pride: Minimal Todo List extension from the Chrome Web Store by clicking the button below:\r\n\r\n[Download from Chrome Web Store](https://chromewebstore.google.com/detail/imabkchdfnonlkmdocedbnfgbmcpbopn)\r\n\r\n\u003cbr\u003e\r\n\r\n## Contributing\r\nWe welcome contributions from the community! Here’s a step-by-step guide to help you get started:\r\n\r\n\u003cbr\u003e\r\n\r\n### 1. Fork the Repository\r\nFirst, fork the repository to your GitHub account by clicking the \"Fork\" button at the top right of the repository page.\r\n\r\n### 2. Clone the Forked Repository\r\nClone the forked repository to your local machine:\r\n\r\n```shell\r\ngit clone https://github.com/your-username/pride.git\r\ncd pride\r\n```\r\n\r\n### 3. Create a New Branch\r\nCreate a new branch for your work. Use a descriptive name for your branch based on the type of contribution:\r\n\r\n```shell\r\ngit checkout -b feature/new-task-feature\r\n```\r\n\r\n### 4. Make Changes and Update Version\r\nMake the necessary changes to the code. Update the version in the manifest.json file. Use semantic versioning: `x.y.z` where `x` is the major version, `y` is the minor version, and `z` is the patch version. Increment the version number appropriately:\r\n\r\n```json\r\n\"version\": \"1.0.1\",\r\n```\r\n\r\n### 5. Commit and Push Changes\r\nCommit your changes with a descriptive message. Tag your commit with the version number:\r\n\r\n```shell\r\ngit add .\r\ngit commit -m \"Add new task feature and update version to 1.0.1\"\r\ngit tag v1.0.1 -m \"Version 1.0.1\"\r\ngit push origin feature/new-task-feature\r\ngit push origin v1.0.1\r\n```\r\n\r\n\u003e Note: Changes to README.md do not require a version update.\r\n\r\n### 6. Create a Pull Request\r\nNavigate to your forked repository on GitHub. Click on the `Pull Requests` tab and then click the `New Pull Request` button. Select your branch and submit the pull request for review.\r\n\r\n### 7. Wait for Review\r\nYour pull request will be reviewed. You might be asked to make additional changes. Once your pull request is approved, it will be merged into the main repository.\r\n\r\n\u003cbr\u003e\u003chr\u003e\u003cbr\u003e\r\nThank you for contributing to Pride: Minimal Todo List!\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazlibdar%2Fpride","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazlibdar%2Fpride","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazlibdar%2Fpride/lists"}