{"id":14990529,"url":"https://github.com/flavioccf/react_todo_list","last_synced_at":"2026-01-21T04:10:52.209Z","repository":{"id":234409129,"uuid":"788838056","full_name":"flavioccf/react_todo_list","owner":"flavioccf","description":"Small application with the basic elements for a React Application, by adding, removing and updating ToDo tasks in a list of items.","archived":false,"fork":false,"pushed_at":"2024-06-21T06:54:56.000Z","size":82,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T03:17:36.369Z","etag":null,"topics":["css-modules","react","typescript","vite"],"latest_commit_sha":null,"homepage":"https://to-do-web-app-black.vercel.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/flavioccf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-04-19T07:23:08.000Z","updated_at":"2024-06-21T06:55:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"35b147ec-b237-4a96-aff0-1aa2170edc19","html_url":"https://github.com/flavioccf/react_todo_list","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"70615efefa9a08d3bdf7f3d3ae9885c2d27e7a4a"},"previous_names":["flavioccf/react_ignite_challenge_01"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flavioccf/react_todo_list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flavioccf%2Freact_todo_list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flavioccf%2Freact_todo_list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flavioccf%2Freact_todo_list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flavioccf%2Freact_todo_list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flavioccf","download_url":"https://codeload.github.com/flavioccf/react_todo_list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flavioccf%2Freact_todo_list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28625931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T02:47:06.670Z","status":"ssl_error","status_checked_at":"2026-01-21T02:45:44.886Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["css-modules","react","typescript","vite"],"created_at":"2024-09-24T14:20:17.105Z","updated_at":"2026-01-21T04:10:52.196Z","avatar_url":"https://github.com/flavioccf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"20%\" src=\"./src/assets/todo_logo.svg\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cstrong\u003eToDo List Web Application.\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GitHub repo size\" src=\"https://img.shields.io/github/repo-size/flavioccf/react_ignite_challenge_01\"\u003e\n  \u003cimg alt=\"GitHub\" src=\"https://img.shields.io/github/license/flavioccf/react_ignite_challenge_01\"\u003e\n  \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/flavioccf/react_ignite_challenge_01\"\u003e\n  \u003cimg alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/flavioccf/react_ignite_challenge_01?style=social\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n \u003ca href=\"#-About\"\u003eAbout\u003c/a\u003e •\n \u003ca href=\"#-Functionalities\"\u003eFunctionalities\u003c/a\u003e • \n \u003ca href=\"#-layout\"\u003eLayout\u003c/a\u003e • \n \u003ca href=\"#-Technologies\"\u003eTechnologies\u003c/a\u003e • \n \u003ca href=\"#-Installation\"\u003eInstallation\u003c/a\u003e • \n\u003c/p\u003e\n\n## 💻 About\n\nSmall application with the basic elements for a React Application, by adding, removing and updating ToDo tasks in a list of items.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/todo.png\"\u003e\n\u003c/p\u003e\n\n\n## ☑ Functionalities\n\n- [x] Add ToDo Tasks\n  - [x] Add with Enter\n  - [x] Check empty fields\n- [x] Change ToDo task status\n  - [x] Set as Done\n  - [x] Delete ToDO\n- [x] Responsiveness for Mobile Devices\n\n## 🎨 Layout\n\n### Figma File\n\n[Figma Mock](https://www.figma.com/file/0n0zDN7zbzhRbaEO74Xesx/ToDo-List/duplicate)\n\n## 🔨 Technologies\n\nThe following framworks/libraries were used for this project:\n\n- **[ReactJS](https://reactjs.org/)**\n- **[TypeScript](https://www.typescriptlang.org/)**\n- **[Sass](https://sass-lang.com/)**\n- **[Vite](https://vitejs.dev/)**\n\n\u003e Check the full [package.json](https://github.com/flavioccf/react_ignite_challenge_01/blob/main/package.json)\n\n\n## 🚀 Installation\n\n```bash\n# Clone the repo\ngit clone https://github.com/flavioccf/react_ignite_challenge_01.git\n\n# Access the project\ncd react_ignite_challenge_01\n\n# Install dependencies\nnpm install\n\n# Run the application\nnpm run dev\n\n# The server will start - port:3000 - acesse http://localhost:3000\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflavioccf%2Freact_todo_list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflavioccf%2Freact_todo_list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflavioccf%2Freact_todo_list/lists"}