{"id":17996879,"url":"https://github.com/max-programming/max-todos","last_synced_at":"2026-02-26T21:37:13.883Z","repository":{"id":39014255,"uuid":"258549830","full_name":"max-programming/max-todos","owner":"max-programming","description":"A basic Todo app developed in React.","archived":false,"fork":false,"pushed_at":"2023-01-07T05:03:13.000Z","size":3216,"stargazers_count":39,"open_issues_count":21,"forks_count":19,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T22:05:51.145Z","etag":null,"topics":["dark-mode","hacktoberfest","hooks","material-ui","react","react-17","react-hooks","react-todo-app","todo-list","todolist","typescript","typescript-react"],"latest_commit_sha":null,"homepage":"https://maxtodos.netlify.app/","language":"TypeScript","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/max-programming.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":"2020-04-24T15:23:12.000Z","updated_at":"2025-01-08T19:30:52.000Z","dependencies_parsed_at":"2023-02-06T12:31:56.247Z","dependency_job_id":null,"html_url":"https://github.com/max-programming/max-todos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/max-programming/max-todos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-programming%2Fmax-todos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-programming%2Fmax-todos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-programming%2Fmax-todos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-programming%2Fmax-todos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/max-programming","download_url":"https://codeload.github.com/max-programming/max-todos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/max-programming%2Fmax-todos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29873347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T21:05:00.265Z","status":"ssl_error","status_checked_at":"2026-02-26T20:57:13.669Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["dark-mode","hacktoberfest","hooks","material-ui","react","react-17","react-hooks","react-todo-app","todo-list","todolist","typescript","typescript-react"],"created_at":"2024-10-29T21:16:08.515Z","updated_at":"2026-02-26T21:37:13.862Z","avatar_url":"https://github.com/max-programming.png","language":"TypeScript","readme":"\n\u003ch1 align=\"center\"\u003e\n  Max Todos 📝\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  🖊️ Todo App built using \u003ca href=\"https://reactjs.org/\"\u003eReact\u003c/a\u003e and \u003ca href=\"https://material-ui.com/\"\u003eMaterial UI\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://gitmoji.carloscuesta.me\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?style=flat-square\" alt=\"Gitmoji\"\u003e\n\u003c/a\u003e\n  \n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\u003c/p\u003e\n\n## This is a super simple Todo App built using React.js and styled using Material UI.\n\nIt uses [TypeScript](https://www.typescriptlang.org/), [Context API](https://reactjs.org/docs/context.html) to manage state, [Material UI](https://material-ui.com/) for design, [Wouter](https://github.com/molefrog/wouter) for routing, [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage) to store todos and Dark Mode support with [Dark Reader](https://darkreader.org/).\n\n### You can view it here: https://maxtodos.netlify.app/\n\n## 😃 You can:\n\n- ➕ Add todo\n- 🖊️ Edit todo\n- 🗑️ Delete todo\n- ↕️ Reorder the todos by dragging them\n- 🕶️ Enable dark mode\n\n## 🧠 Features in mind\n\n- [ ] Use [Material UI's Dark Mode](https://material-ui.com/customization/palette/#user-preference)\n- [ ] Set the dark mode as per user's system theme. More at [#43](https://github.com/max-programming/max-todos/issues/43)\n- [ ] Improve the app using Lighthouse suggestions. More at [#22](https://github.com/max-programming/max-todos/issues/22)\n\n## 🏗️ To build it\n\n1. Clone this repo by running `git clone https://github.com/max-programming/max-todos.git`.\n2. `cd` into the `max-todos` folder and run `npm i` OR `yarn`.\n3. Run `npm start` OR `yarn start` to start the development server.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Steffan153\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/40404519?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSteffan153\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-Steffan153\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/worachatsun\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/9085914?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eWorachat Arunothaikrit\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#ideas-worachatsun\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/m11dedhia\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/13602231?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMegh Dedhia\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/max-programming/max-todos/commits?author=m11dedhia\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/lucas-jg\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/31200025?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLucas\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/max-programming/max-todos/commits?author=lucas-jg\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/ykchan052\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/11728676?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNicholas Chan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/max-programming/max-todos/commits?author=ykchan052\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://dev.to/tusharkashyap63\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/65089058?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTushar Kashyap\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/max-programming/max-todos/commits?author=tusharkashyap63\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/DharmarajX24\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/63334359?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDharmaraj\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/max-programming/max-todos/commits?author=DharmarajX24\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/Chensokheng\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/52232579?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChensokheng\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/max-programming/max-todos/commits?author=Chensokheng\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n\n❤️ Feel free to create issues and contributions for features or bugs to this project.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmax-programming%2Fmax-todos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmax-programming%2Fmax-todos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmax-programming%2Fmax-todos/lists"}