{"id":18932661,"url":"https://github.com/yougotwill/todo-box","last_synced_at":"2026-04-29T14:07:18.070Z","repository":{"id":41749429,"uuid":"209936088","full_name":"yougotwill/todo-box","owner":"yougotwill","description":"Todo Box: A minimalist todo list app designed for you to get stuff done!","archived":false,"fork":false,"pushed_at":"2022-12-10T11:20:47.000Z","size":272,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-14T05:35:21.298Z","etag":null,"topics":["beginners","html","javascript","productivity","sass","tasks","todo","todolist","vanilla-javascript"],"latest_commit_sha":null,"homepage":"https://yougotwill.github.io/todo-box/","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/yougotwill.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}},"created_at":"2019-09-21T06:23:50.000Z","updated_at":"2023-04-11T15:27:09.000Z","dependencies_parsed_at":"2023-01-26T01:15:28.137Z","dependency_job_id":null,"html_url":"https://github.com/yougotwill/todo-box","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yougotwill/todo-box","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Ftodo-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Ftodo-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Ftodo-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Ftodo-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yougotwill","download_url":"https://codeload.github.com/yougotwill/todo-box/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yougotwill%2Ftodo-box/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32428642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["beginners","html","javascript","productivity","sass","tasks","todo","todolist","vanilla-javascript"],"created_at":"2024-11-08T11:50:10.244Z","updated_at":"2026-04-29T14:07:18.042Z","avatar_url":"https://github.com/yougotwill.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todo Box\n\n## Description\n\nA minimalist todo list app designed for you to get stuff done!\n\nEvery front-end developer makes a todo list at some point in their life. This is mine. I was learning vanilla javascript at the time. Not perfect code but perfect for beginners to get a good look at.\n\nCurrently I use this at my day job to keep track of my tasks for the day. No deadlines, no overwhelming feelings, just the basics.\n\n### How to use\n\n1. Enter **5 tasks** and get them done! ☑️\n2. Notice increased productivity📈\n3. Profit???💰\n4. Star this repo ⭐️\n5. Follow [@yougotwill](https://github.com/yougotwill) on GitHub 👍\n\n### Features\n\n- [x] Add, edit, and delete tasks.\n- [x] Responsive Design\n- [x] Dark Theme\n- [x] Keyboard shortcuts\n- [x] Minimalist\n- [x] Works in any modern browser\n- [x] Open-source\n\n### Keyboard Shortcuts\n\n| Windows / Linux        | macOS                   | Action                    |\n| ---------------------- | ----------------------- | ------------------------- |\n| \u003ckbd\u003eShift+Alt+A\u003c/kbd\u003e | \u003ckbd\u003eCtrl+Shift+A\u003c/kbd\u003e | Add task                  |\n| \u003ckbd\u003eShift+Alt+E\u003c/kbd\u003e | \u003ckbd\u003eCtrl+Shift+E\u003c/kbd\u003e | Edit most recent task     |\n| \u003ckbd\u003eShift+Alt+R\u003c/kbd\u003e | \u003ckbd\u003eCtrl+Shift+R\u003c/kbd\u003e | Remove most recent task   |\n| \u003ckbd\u003eShift+Alt+C\u003c/kbd\u003e | \u003ckbd\u003eCtrl+Shift+C\u003c/kbd\u003e | Complete most recent task |\n\n### Screenshot\n\n![screenshot](src/resources/screenshot.png)\n\n## Development\n\n### Installation\n\n1. Make sure you've installed all requirements\n2. Clone this repository:\n   `git clone https://github.com/yougotwill/todo-box`\n\n### Usage\n\nHere's a short explanation how to use `todo-box`:\n\n1. `cd` into the repository\n2. Run `npm install`.\n3. Do some JavaScript in [script.js](src/js/script.js) and save.\n4. Open [index.html](src/index.html) in your browser of choice and see the results.\n\n### Contributing\n\n1. Fork it\n2. Create your feature branch: `git checkout -b feature/my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin feature/my-new-feature`\n5. Submit a pull request\n\n### Requirements / Dependencies\n\n- NodeJS\n- npm\n- SASS\n\n### Version\n\n0.1.0\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyougotwill%2Ftodo-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyougotwill%2Ftodo-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyougotwill%2Ftodo-box/lists"}