{"id":24836759,"url":"https://github.com/ib-inu/todo","last_synced_at":"2026-04-08T18:31:38.851Z","repository":{"id":274046240,"uuid":"921738418","full_name":"ib-inu/todo","owner":"ib-inu","description":"To Do app with ReactJS, Redux , StyledComponent , and other React Tools","archived":false,"fork":false,"pushed_at":"2025-01-24T14:55:01.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T03:42:34.080Z","etag":null,"topics":["authentication","dark-theme","react","react-router","reactjs","redux","styled-components"],"latest_commit_sha":null,"homepage":"https://ibnumuhthar-todo-app.netlify.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ib-inu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-24T14:21:11.000Z","updated_at":"2025-01-24T15:57:14.000Z","dependencies_parsed_at":"2025-01-24T15:36:32.829Z","dependency_job_id":null,"html_url":"https://github.com/ib-inu/todo","commit_stats":null,"previous_names":["ib-inu/todo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ib-inu/todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ib-inu%2Ftodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ib-inu%2Ftodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ib-inu%2Ftodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ib-inu%2Ftodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ib-inu","download_url":"https://codeload.github.com/ib-inu/todo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ib-inu%2Ftodo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31568599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"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":["authentication","dark-theme","react","react-router","reactjs","redux","styled-components"],"created_at":"2025-01-31T05:43:44.150Z","updated_at":"2026-04-08T18:31:38.827Z","avatar_url":"https://github.com/ib-inu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"login password must be \"password\" , and any username is valid \n\n\n# To-Do List Application\n\n## Overview\nThis is a **To-Do List application** built with **React**, **Redux**, and **styled-components**. It supports user authentication, dark mode, task filtering, and dynamic search functionality. It was created as part of an internship assignment project.\n\n---\n\n\n\n\n## Features\n- **User Authentication**: Mock login and logout functionality.\n- **Theme Toggle**: Light and dark theme toggle.\n- **Task Management**: Add, edit, and delete tasks.\n- **Task Filtering**: Filter tasks by categories such as:\n  - All Tasks\n  - Today\n  - Important\n- **Search Functionality**: Search for tasks dynamically and navigate to specific task details.\n- **Responsive Design**: Fully responsive design for various screen sizes.\n\n---\n\n## Tech Stack\n- **React**: JavaScript library for building user interfaces.\n- **Redux**: State management library.\n- **React-Redux**: Official React bindings for Redux.\n- **Redux-Persist**: Persist and rehydrate a Redux store.\n- **Styled-Components**: CSS-in-JS library for styling React components.\n- **React-Router-Dom**: Library for routing in React applications.\n\n---\n\n# Installation\n\n# 1. Clone the repository:\ngit clone https://github.com/ib-inu/todo\ncd todo\n\n# 2. Install dependencies:\nnpm install\n\n# 3. Run the application:\nnpm start\n\n\n\n\n\n\n\n\n\n-----------------\n\n\n\n\n\n# Key Components\n\n### **Authentication.jsx**\nHandles user login and logout using mock authentication logic. Renders the login form and handles user input.\n\n---\n\n### **Navbar.jsx**\nIncludes the theme toggle button and search functionality. Allows users to search for tasks dynamically and navigate to specific task details.\n\n---\n\n### **Sidebar.jsx**\nContains task categories and a toggle button for filtering tasks by categories.\n\n---\n\n### **ToDo.jsx**\nRenders the list of tasks based on the selected filter and handles task completion.\n\n---\n\n### **Chart.jsx**\nDisplays a doughnut chart representing the task completion status.\n\n---\n\n### **ThemeApp.jsx**\nWraps the application with the `ThemeProvider` and applies the selected theme.\n\n---\n\n### **ProtectedRoute.jsx**\nA higher-order component that checks if the user is authenticated before allowing access to the protected routes.\n\n\n\n![Image](https://github.com/user-attachments/assets/360a7451-2961-42d8-9b75-8b55733d086a)\n![Image](https://github.com/user-attachments/assets/bcfc170f-3edf-4bd3-8019-e01b6f3ea7cb)\n![Image](https://github.com/user-attachments/assets/b7643830-14c2-4f3a-ae86-e674f86111a8)\n![Image](https://github.com/user-attachments/assets/1e7da12a-169a-42e9-b557-6b70e2c9bfe5)\n![Image](https://github.com/user-attachments/assets/b461d6e0-41dd-4757-9e2d-6f9a3c252040)\n![Image](https://github.com/user-attachments/assets/bf5141d2-a6fe-4a43-85ea-fb8da5b72004)\n![Image](https://github.com/user-attachments/assets/8328186b-7c8c-4774-9cc2-640783c0da5b)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fib-inu%2Ftodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fib-inu%2Ftodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fib-inu%2Ftodo/lists"}