{"id":26121503,"url":"https://github.com/ankitjhagithub21/advanced-todoapp","last_synced_at":"2026-04-19T04:38:02.797Z","repository":{"id":280845882,"uuid":"943368726","full_name":"ankitjhagithub21/advanced-todoapp","owner":"ankitjhagithub21","description":"A feature-rich Todo App built with React \u0026 Redux, designed for efficient task management. Users can add, edit, delete, and mark tasks as complete, set priorities, and track deadlines with a clean and intuitive UI.","archived":false,"fork":false,"pushed_at":"2025-03-06T07:17:28.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T03:28:29.068Z","etag":null,"topics":["bootstrap","localstorage","reactjs","todo-app"],"latest_commit_sha":null,"homepage":"https://advanced-todoapp.vercel.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/ankitjhagithub21.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,"zenodo":null}},"created_at":"2025-03-05T15:43:11.000Z","updated_at":"2025-03-06T07:17:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ffc4f4e-573e-4849-8845-318fb3d2bd4a","html_url":"https://github.com/ankitjhagithub21/advanced-todoapp","commit_stats":null,"previous_names":["ankitjhagithub21/advanced-todoapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ankitjhagithub21/advanced-todoapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitjhagithub21%2Fadvanced-todoapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitjhagithub21%2Fadvanced-todoapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitjhagithub21%2Fadvanced-todoapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitjhagithub21%2Fadvanced-todoapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankitjhagithub21","download_url":"https://codeload.github.com/ankitjhagithub21/advanced-todoapp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitjhagithub21%2Fadvanced-todoapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017496,"owners_count":26086085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bootstrap","localstorage","reactjs","todo-app"],"created_at":"2025-03-10T14:23:22.811Z","updated_at":"2025-10-14T01:39:04.141Z","avatar_url":"https://github.com/ankitjhagithub21.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todo App\n\nA simple **Todo Application** built with **React, Redux, and Bootstrap**, allowing users to add, edit, delete, mark tasks as complete, and prioritize their todos.\n\n## 🚀 Live Demo\n[Click Here to View Live](https://advanced-todoapp.vercel.app/)\n\n## 📌 Features\n- ✅ Add new todos with title, description, and priority.\n- ✏ Edit existing todos.\n- ❌ Delete todos.\n- ✔ Mark todos as **complete/incomplete**.\n- 🎨 Priority labels (**High, Medium, Low**).\n- 🗄 Data managed with **Redux Toolkit**.\n- 💾 Todos and user data stored in **LocalStorage**.\n- 🔒 **Protected Routes** (default username: `admin`, password: `password`).\n- 💡 Responsive UI with **Bootstrap**.\n\n## 📸 Screenshots\n\n### Todo List View\n![image](https://github.com/user-attachments/assets/04348f63-e42f-4986-98f5-87a1122681d2)\n\n### Add Todo \n![image](https://github.com/user-attachments/assets/d441b239-8b7e-4310-a4d0-8e6056388a6a)\n\n### Edit Todo Modal\n![image](https://github.com/user-attachments/assets/12eb6055-ea01-4f8c-baaa-0d8ea1298729)\n\n## 🛠 Tech Stack\n- **Frontend**: React.js, Redux Toolkit, Bootstrap\n- **State Management**: Redux\n- **Storage**: LocalStorage\n- **Authentication**: Basic Protected Route\n- **Icons**: React Icons\n- **Deployment**: Vercel \n\n## 🔧 Installation \u0026 Setup\nFollow these steps to set up the project locally.\n\n### 1️⃣ Clone the Repository\n```sh\ngit clone https://github.com/ankitjhagithub21/advanced-todoapp.git\ncd advanced-todoapp\n```\n\n### 2️⃣ Install Dependencies\n```sh\nnpm install\n```\n\n### 3️⃣ Run the Application\n```sh\nnpm run dev\n```\n- The app will be available at **http://localhost:5173/**\n\n\n## 🏗 Project Structure\n```\n├── src\n│   ├── components\n│   │   ├── Todos.jsx\n│   │   ├── Sidebar.jsx\n│   │   ├── Topbar.jsx\n│   │   ├── EditModal.jsx\n│   ├── redux\n│   │   ├── store.js\n│   │   ├── slices\n│   │   │   ├── appSlice.js\n│  \n│   ├── App.jsx\n│   ├── main.jsx\n│\n├── public\n│   ├── index.html\n│\n├── package.json\n├── README.md\n```\n\n## 🤝 Contributing\n1. Fork the repository\n2. Create a new branch: `git checkout -b feature-name`\n3. Commit changes: `git commit -m 'Added new feature'`\n4. Push the branch: `git push origin feature-name`\n5. Open a Pull Request\n\n## 📜 License\nThis project is licensed under the **MIT License**.\n\n---\n\n🚀 **Developed by Ankit Jha**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitjhagithub21%2Fadvanced-todoapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankitjhagithub21%2Fadvanced-todoapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitjhagithub21%2Fadvanced-todoapp/lists"}