{"id":19543221,"url":"https://github.com/codewithalamin/react-todo-app","last_synced_at":"2026-02-25T17:38:45.593Z","repository":{"id":199318806,"uuid":"702031508","full_name":"CodeWithAlamin/React-Todo-App","owner":"CodeWithAlamin","description":"Interactive Todo App built with React and Redux Toolkit.","archived":false,"fork":false,"pushed_at":"2024-10-30T13:21:44.000Z","size":708,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T10:39:07.771Z","etag":null,"topics":["codewithalamin","frontend-mentor","reactjs","to-do-list-app","todo-app","todoapp","todolist"],"latest_commit_sha":null,"homepage":"https://todo-app-alamin.vercel.app","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/CodeWithAlamin.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,"zenodo":null}},"created_at":"2023-10-08T09:49:51.000Z","updated_at":"2024-10-30T13:21:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"fbd6b06e-0c2d-4908-bfba-827b562a79dd","html_url":"https://github.com/CodeWithAlamin/React-Todo-App","commit_stats":null,"previous_names":["codepapa360/react-todo-app","codewithalamin/react-todo-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeWithAlamin/React-Todo-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithAlamin%2FReact-Todo-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithAlamin%2FReact-Todo-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithAlamin%2FReact-Todo-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithAlamin%2FReact-Todo-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeWithAlamin","download_url":"https://codeload.github.com/CodeWithAlamin/React-Todo-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeWithAlamin%2FReact-Todo-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29832973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T17:17:09.781Z","status":"ssl_error","status_checked_at":"2026-02-25T17:16:50.421Z","response_time":61,"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":["codewithalamin","frontend-mentor","reactjs","to-do-list-app","todo-app","todoapp","todolist"],"created_at":"2024-11-11T03:18:01.880Z","updated_at":"2026-02-25T17:38:45.549Z","avatar_url":"https://github.com/CodeWithAlamin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Todo app\n\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n\nChallenge from [Frontend Mentor](https://www.frontendmentor.io/challenges)\n\n\u003ch2\u003e\n\n[🚀Live Site](https://todo-app-alamin.vercel.app)\n||\n[💡Frontend Mentor](https://www.frontendmentor.io/solutions/todo-app-with-react-and-redux-toolkit-S6OHXSKJQi)\n\n\u003c/h2\u003e\n\u003c/div\u003e\n\n\u003c!-- Badges --\u003e\n\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"https://img.shields.io/badge/Status-Completed-success?style=flat\" alt=\"Status\" /\u003e\n\n\u003c!-- Liceensee --\u003e\n\u003cimg src=\"https://img.shields.io/badge/License-MIT-blue?style=flat\" alt=\"License\" /\u003e\n\n\u003c/div\u003e\n\n\u003c!-- Brief --\u003e\n\u003cp align=\"center\"\u003e\n\n\u003c/p\u003e\n\n\u003c!-- Screenshot --\u003e\n\u003ca align=\"center\" href=\"https://todo-app-alamin.vercel.app\"\u003e\n\n![Screenshot](./public/images/thumbnail-preview.png)\n\n\u003c/a\u003e\n\n## Key Features\n\nUsers should be able to:\n\n- Add new todos to the list\n- Mark todos as complete\n- Delete todos from the list\n- Filter by all/active/complete todos\n- Clear all completed todos\n- Toggle light and dark mode\n- View the optimal layout for the app depending on their device's screen size\n- See hover states for all interactive elements on the page\n\n**Bonus Feature:**\n\n- **Data Persistence:** Implemented local storage functionality to ensure that user data is saved, even after a page refresh.\n\n## Continued development\n\n- Drag and drop to reorder items on the list\n\n## Built with\n\n- React\n- Redux Toolkit\n- CSS\n- HTML5\n- Mobile-first workflow\n- Vite\n\n## What I Learned\n\nIn the process of building my first React project, I gained valuable insights and skills:\n\n- **React Fundamentals:** I grasped the fundamental concepts of React, such as components, state, and props, which formed the backbone of my application.\n\n- **State Management:** I explored state management in React using Redux Toolkit, enabling me to efficiently manage and update the application's data.\n\n- **Modular CSS:** I adopted modular CSS, a new approach that allowed me to create well-structured and maintainable styles for my components, enhancing code organization and reusability.\n\n- **UI/UX Design:** I ventured into UI/UX design principles, striving to create an intuitive and visually appealing interface for the app.\n\nBuilding this Todo app marked a significant step in my React journey, and I'm excited to continue learning and applying my newfound knowledge to future endeavors.\n\n## Installation\n\n- Clone this repo:\n\n```sh\ngit clone https://github.com/CodeWithAlamin/React-Todo-App.git\n```\n\n- Install dependencies:\n\n```sh\nnpm install\n```\n\n- Build command:\n\n```sh\nnpm run build\n```\n\n- Live server:\n\n```sh\nnpm run dev\n```\n\n## Author\n\n\u003cb\u003e👤 Alamin\u003c/b\u003e\n\n- Twitter - [@CodeWithAlamin](https://www.twitter.com/CodeWithAlamin)\n- LinkedIn - [@CodeWithAlamin](https://www.linkedin.com/in/CodeWithAlamin)\n- Frontend Mentor - [@CodeWithAlamin](https://www.frontendmentor.io/profile/CodeWithAlamin)\n- Github: [@CodeWithAlamin](https://github.com/CodeWithAlamin)\n\nFeel free to contact me with any questions or feedback!\n\n## Acknowledgments\n\nThis project was inspired by the \"Todo App\" challenge from Frontend Mentor. Special thanks to Frontend Mentor for providing the design and specifications for this project.\n\n## License\n\nThis project is licensed under the [MIT](./LICENSE.md) License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithalamin%2Freact-todo-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithalamin%2Freact-todo-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithalamin%2Freact-todo-app/lists"}