{"id":25452319,"url":"https://github.com/alirlikh/task-management-app","last_synced_at":"2026-04-17T08:02:03.598Z","repository":{"id":257526694,"uuid":"858538225","full_name":"alirlikh/task-management-app","owner":"alirlikh","description":"task manegment app that create with react redux-toolkit and bootstrap.we can add ,edite , delete the task ","archived":false,"fork":false,"pushed_at":"2024-11-28T15:43:47.000Z","size":478,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-10T08:37:22.776Z","etag":null,"topics":["bootstrap","react","redux-toolkit","state-management"],"latest_commit_sha":null,"homepage":"https://symphonious-heliotrope-aeeef1.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/alirlikh.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":"2024-09-17T04:37:12.000Z","updated_at":"2024-11-28T15:45:27.000Z","dependencies_parsed_at":"2024-09-17T07:47:21.002Z","dependency_job_id":"4069a75b-35fd-497f-bd66-8c2377ee83a2","html_url":"https://github.com/alirlikh/task-management-app","commit_stats":null,"previous_names":["alirlikh/task-management-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alirlikh/task-management-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirlikh%2Ftask-management-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirlikh%2Ftask-management-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirlikh%2Ftask-management-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirlikh%2Ftask-management-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alirlikh","download_url":"https://codeload.github.com/alirlikh/task-management-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirlikh%2Ftask-management-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31920518,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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","react","redux-toolkit","state-management"],"created_at":"2025-02-17T23:05:27.635Z","updated_at":"2026-04-17T08:02:03.551Z","avatar_url":"https://github.com/alirlikh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 Task Management App  \n\n🚀 **A feature-rich task management application** built with **React** and powered by **Redux Toolkit** for seamless state management. This app integrates with the [DummyJSON Todos API](https://dummyjson.com/docs/todos) using **Axios**, offering an efficient and scalable solution for managing daily tasks.  \n\n**🔗 Live Demo**: [Task Management App](https://symphonious-heliotrope-aeeef1.netlify.app/)  \n\n---\n\n## 📋 Table of Contents  \n\n- [✨ Features](#-features)  \n- [💻 Tech Stack](#-tech-stack)  \n- [🔌 API Reference](#-api-reference)  \n- [⚙️ Installation](#️-installation)  \n- [📖 Usage](#-usage)  \n- [🛠️ State Management with Redux](#️-state-management-with-redux)  \n- [🤝 Contributing](#-contributing)  \n\n---\n\n## ✨ Features  \n\n- ✅ **Add New Tasks**: Effortlessly create tasks to stay organized.  \n- ✏️ **Edit Tasks**: Update task details in seconds.  \n- ❌ **Delete Tasks**: Remove tasks you no longer need.  \n- ✔️ **Mark as Completed**: Track your progress by marking tasks as done.  \n- 🔄 **State Management**: Managed entirely via **Redux Toolkit** for predictability and scalability.  \n- 🌐 **API Integration**: Interact with the [DummyJSON Todos API](https://dummyjson.com/docs/todos) for CRUD operations using **Axios**.  \n\n---\n\n## 💻 Tech Stack  \n\n| **Technology**  | **Description**                                      |  \n|------------------|------------------------------------------------------|  \n| **React**        | Frontend framework for building user interfaces.     |  \n| **Redux Toolkit**| Centralized and efficient state management solution. |  \n| **Axios**        | Promise-based HTTP client for seamless API calls.    |  \n| **Bootstrap**    | Styling and layout for a responsive UI.              |  \n| **Yarn**         | Fast and reliable dependency management.             |  \n\n---\n\n## 🔌 API Reference  \n\nThis app uses the [DummyJSON Todos API](https://dummyjson.com/docs/todos) to manage tasks. Key functionalities include:  \n\n- **GET**: Retrieve a list of tasks.  \n- **POST**: Add a new task.  \n- **PUT**: Update an existing task.  \n- **DELETE**: Remove a task.  \n\nIntegration with Redux ensures the app maintains a consistent state when interacting with the API.  \n\n---\n\n## ⚙️ Installation  \n\nFollow these steps to set up and run the project locally:  \n\n1. **Clone the Repository**  \n   ```bash  \n   git clone \u003crepository_url\u003e  \n   cd \u003crepository_directory\u003e\n   ```\n\n2. **Install Dependencies**\n   ```bash \n   yarn install\n   ```\n\n3. **Start the Development Server**\n   ```bash \n    yarn start\n   ```\n\n  Open http://localhost:3000 in your browser to explore the app.\n\n---\n\n## 📖 Usage\n\n  Open the app in your browser or visit the [Live Demo](https://symphonious-heliotrope-aeeef1.netlify.app/).\n\n  Add a Task: Use the form to create a new task.\n\n  Edit a Task: Click on a task to modify its details.\n\n  Mark as Completed: Sign off tasks when done.\n\n  Delete a Task: Remove unnecessary tasks with a click.\n\n  Search Tasks: Use the search bar to filter and find tasks by their title or description.\n\n---\n## 🛠️ State Management with Redux\n\n  This app leverages Redux Toolkit to:\n\n  - 📦 Centralize all state in a single store.\n\n  - ⚡ Simplify asynchronous operations using Thunks.\n\n  - 🔄 Enable seamless API integration while maintaining predictable state updates.\n\n  - 🧩 Modularize code with slices and reducers for cleaner structure.\n\n---\n\n## 🤝 Contributing\n\n  Contributions are welcome! To get started:\n\n  Fork the Repository\n\n  Create a Feature Branch\n  ```bash \n  git checkout -b \u003cfeature_name\u003e\n  ```\n  Commit Your Changes\n  ```bash \n  git commit -m \"Add \u003cfeature_description\u003e\"  \n  ```\n  Push to the Branch\n  ```bash \n  git push origin \u003cfeature_name\u003e  \n  ```\n\n  Open a Pull Request\n\n\n---\n\n\n\n🎉 Thank you for exploring this project! Let me know if you have any feedback or suggestions to improve it further. 🚀\n\nThis updated version includes:  \n- Emojis for a modern and engaging look.  \n- Well-structured sections for clarity.  \n- Emphasis on Redux, its role in state management, and API integration.  \n\nLet me know if you want more adjustments! 😊\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falirlikh%2Ftask-management-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falirlikh%2Ftask-management-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falirlikh%2Ftask-management-app/lists"}