{"id":20295121,"url":"https://github.com/aniltulebag/todo-app","last_synced_at":"2026-04-13T19:31:04.454Z","repository":{"id":191529168,"uuid":"623094943","full_name":"aniltulebag/todo-app","owner":"aniltulebag","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-05T14:54:34.000Z","size":767,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T05:31:53.409Z","etag":null,"topics":["express","mysql","nodejs","react","sql","typescript"],"latest_commit_sha":null,"homepage":"","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/aniltulebag.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}},"created_at":"2023-04-03T17:25:20.000Z","updated_at":"2024-02-02T09:40:28.000Z","dependencies_parsed_at":"2023-08-30T10:08:29.600Z","dependency_job_id":null,"html_url":"https://github.com/aniltulebag/todo-app","commit_stats":null,"previous_names":["aniltulebag/todo-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aniltulebag/todo-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniltulebag%2Ftodo-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniltulebag%2Ftodo-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniltulebag%2Ftodo-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniltulebag%2Ftodo-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aniltulebag","download_url":"https://codeload.github.com/aniltulebag/todo-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aniltulebag%2Ftodo-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31768634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"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":["express","mysql","nodejs","react","sql","typescript"],"created_at":"2024-11-14T15:33:14.539Z","updated_at":"2026-04-13T19:31:04.428Z","avatar_url":"https://github.com/aniltulebag.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todo App\n\nFull Stack Todo App with TypeScript, React, Node.js, and MySQL\n\n## Tech Stack\n\n\u003cp align=\"left\"\u003e\n\u003ca href=\"https://www.typescriptlang.org/\" target=\"_blank\" rel=\"noreferrer\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/typescript-colored.svg\" width=\"36\" height=\"36\" alt=\"TypeScript\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://reactjs.org/\" target=\"_blank\" rel=\"noreferrer\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/react-colored.svg\" width=\"36\" height=\"36\" alt=\"React\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://nodejs.org/en/\" target=\"_blank\" rel=\"noreferrer\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/nodejs-colored.svg\" width=\"36\" height=\"36\" alt=\"NodeJS\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://expressjs.com/\" target=\"_blank\" rel=\"noreferrer\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/express-colored.svg\" width=\"36\" height=\"36\" alt=\"Express\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://www.mysql.com/\" target=\"_blank\" rel=\"noreferrer\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/mysql-colored.svg\" width=\"36\" height=\"36\" alt=\"MySQL\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://mui.com/\" target=\"_blank\" rel=\"noreferrer\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/materialui-colored.svg\" width=\"36\" height=\"36\" alt=\"Material UI\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n- Task description\n- Task date\n- Task status\n- Task prioritization\n\n## Demo\n\n![Todo App Demo](demo/demo.gif)\n\n## Software to Install\n\n- [MySQL Community Server](https://dev.mysql.com/downloads/mysql/)\n- [Git](https://git-scm.com/downloads)\n- [NodeJS](https://nodejs.org/en/download/)\n\n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/aniltulebag/todo-app.git\n```\n\nGo to the project directory\n\n```bash\n  cd todo-app\n```\n\nInstall dependencies\n\n```bash\n  # client\n  cd client\n  npm install\n\n  # server\n  cd server\n  npm install\n```\n\nStart the server\n\n```bash\n  # client\n  cd client\n  npm run start\n\n  # server\n  cd server\n  npm run dev\n```\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faniltulebag%2Ftodo-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faniltulebag%2Ftodo-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faniltulebag%2Ftodo-app/lists"}