{"id":15130790,"url":"https://github.com/barata-ribeiro/taskr_mini","last_synced_at":"2026-02-06T22:32:48.317Z","repository":{"id":255453454,"uuid":"852204490","full_name":"Barata-Ribeiro/Taskr_mini","owner":"Barata-Ribeiro","description":"Mini Todo application created with html, css, and TypeScript.","archived":false,"fork":false,"pushed_at":"2024-10-15T20:55:22.000Z","size":598,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T09:18:27.892Z","etag":null,"topics":["css","html-css-javascript","javascript","todo","todoapp","todolist","typescript","vite","vitejs"],"latest_commit_sha":null,"homepage":"https://taskr-mini.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Barata-Ribeiro.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-09-04T12:09:41.000Z","updated_at":"2024-10-15T20:55:26.000Z","dependencies_parsed_at":"2024-10-31T11:25:37.603Z","dependency_job_id":"1cf2660c-86f9-430d-abe9-e878b449c085","html_url":"https://github.com/Barata-Ribeiro/Taskr_mini","commit_stats":{"total_commits":38,"total_committers":2,"mean_commits":19.0,"dds":"0.052631578947368474","last_synced_commit":"2c1f732a96eb1875992e93c8522acb7acc806e29"},"previous_names":["barata-ribeiro/taskr_mini"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Barata-Ribeiro/Taskr_mini","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barata-Ribeiro%2FTaskr_mini","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barata-Ribeiro%2FTaskr_mini/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barata-Ribeiro%2FTaskr_mini/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barata-Ribeiro%2FTaskr_mini/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Barata-Ribeiro","download_url":"https://codeload.github.com/Barata-Ribeiro/Taskr_mini/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barata-Ribeiro%2FTaskr_mini/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267585826,"owners_count":24111577,"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-28T02:00:09.689Z","response_time":68,"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":["css","html-css-javascript","javascript","todo","todoapp","todolist","typescript","vite","vitejs"],"created_at":"2024-09-26T03:06:15.931Z","updated_at":"2026-02-06T22:32:48.291Z","avatar_url":"https://github.com/Barata-Ribeiro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg alt=\"The main logo of Taskr Mini\" width=\"400\" src=\"/public/logo.svg\" title=\"Taskr Mini \n    Logo\"/\u003e\n\u003c/div\u003e\n\n**Taskr Mini** is a simple, lightweight, and user-friendly TODO list application that runs entirely in your browser\nusing the power of **indexedDB**. It provides basic task management features like adding, deleting, editing, and marking\ntasks as done, making it a great tool for keeping track of your daily to-dos. Taskr Mini is ideal for those who need a\nminimalist solution for personal productivity.\n\n## 📚 Features\n\n- **Add Tasks**: Quickly add tasks to your list with a simple form.\n- **Edit Tasks**: Edit your existing tasks to update or correct details.\n- **Mark as Done**: Mark tasks as completed to keep track of your progress.\n- **Delete Tasks**: Remove tasks from your list easily.\n- **Filter and Search**: Use filters to display only pending or completed tasks, and search to quickly find tasks.\n\nAll tasks are stored locally in your browser using **indexedDB**, meaning your data is private and stays with you.\n\n## 🚀 Built With\n\n- **HTML5**: Structure of the application.\n- **CSS**: Styling for the application, using **PostCSS** for nesting.\n- **TypeScript**: Strong typing and improved developer experience.\n- **IndexedDB**: Persistent storage for tasks in the browser.\n- **Vite**: Build tool and development server.\n- **FontAwesome**: Icons for task actions.\n\n## 🛠️ Project Setup\n\n### Prerequisites\n\nYou need a modern web browser with JavaScript enabled to run Taskr Mini.\n\n### Installation\n\n1. Clone this repository:\n   ```sh\n   git clone https://github.com/Barata-Ribeiro/Taskr_mini.git\n   ```\n2. Install dependencies:\n   ```sh\n   npm install\n   ```\n3. Start the development server:\n   ```sh\n   npm run dev\n   ```\n\n### Project Structure\n\n- **public/**: Contains static files like images and icons.\n- **src/**: Contains main TypeScript files and styles.\n- **index.html**: Entry point of the application.\n\n## Contributing 🤝\n\nContributions, issues, and feature requests are welcome! Feel free to check\nthe [issues page](https://github.com/Barata-Ribeiro/Taskr_mini/issues) if you want to contribute.\n\n## License 📜\n\nThis project is free software available under the [GPLv3](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarata-ribeiro%2Ftaskr_mini","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarata-ribeiro%2Ftaskr_mini","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarata-ribeiro%2Ftaskr_mini/lists"}