{"id":20807244,"url":"https://github.com/dev-sathya17/taskify-frontend","last_synced_at":"2026-04-12T06:35:19.802Z","repository":{"id":255630798,"uuid":"852613939","full_name":"dev-sathya17/taskify-frontend","owner":"dev-sathya17","description":"Taskify simplifies task organization through a Kanban board and powerful dashboards. It includes task automation and secure access.","archived":false,"fork":false,"pushed_at":"2024-09-24T15:08:52.000Z","size":186,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T18:50:22.402Z","etag":null,"topics":["axios-react","css","formik-yup","kanban-board","reactjs","redux","responsive-web-design"],"latest_commit_sha":null,"homepage":"https://main--taskifysmart.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/dev-sathya17.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":"2024-09-05T05:42:35.000Z","updated_at":"2024-09-24T15:09:00.000Z","dependencies_parsed_at":"2024-09-06T12:05:16.766Z","dependency_job_id":"e69d15c1-6ef2-4937-b64c-9f5f293598da","html_url":"https://github.com/dev-sathya17/taskify-frontend","commit_stats":null,"previous_names":["dev-sathya17/taskify-frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dev-sathya17/taskify-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-sathya17%2Ftaskify-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-sathya17%2Ftaskify-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-sathya17%2Ftaskify-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-sathya17%2Ftaskify-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev-sathya17","download_url":"https://codeload.github.com/dev-sathya17/taskify-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev-sathya17%2Ftaskify-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31706765,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"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":["axios-react","css","formik-yup","kanban-board","reactjs","redux","responsive-web-design"],"created_at":"2024-11-17T19:34:19.782Z","updated_at":"2026-04-12T06:35:19.764Z","avatar_url":"https://github.com/dev-sathya17.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Taskify Frontend\n\nWelcome to Taskify. It is a task management application that offers Kanban boards for seamless task tracking, powerful dashboards with charts and graphs for insights, and a responsive UI to ensure accessibility on any device. This project uses Redux for user state management and follows a clean folder structure for easy maintainability.\n\n## Features\n\n- **Kanban Board**: Manage your tasks visually using drag-and-drop functionality.\n- **Dashboard**: Track progress with charts and graphs, powered by Recharts.\n- **Responsive Design**: A user-friendly interface that works seamlessly on all devices.\n- **State Management**: Uses Redux for efficient state management across the application.\n- **Task Modals**: Create, edit, and delete tasks with ease using modals powered by `react-modal`.\n- **Formik \u0026 Yup**: Form validation with Formik and Yup ensures a smooth user experience.\n- **Protected Routes**: Secure and authenticated routes for managing tasks and user data.\n\n## User Roles\n\n1. **Admin:** Full access to all features and settings.\n2. **Employee:** View and manage own tasks.\n\n## Dependencies\n\nThe project uses the following dependencies:\n\n- `axios`: Promise-based HTTP client for API calls.\n- `dnd-kit`: Drag-and-drop toolkit for creating kanban boards.\n- `formik`: Form library for React.\n- `redux`: For managing global application state.\n- `redux-persist`: To persist the Redux state in local storage.\n- `react-icons`: Collection of popular icons.\n- `react-router-dom`: Declarative routing for React.\n- `yup`: Schema validation for forms.\n- `recharts`: Library for building charts.\n\n## Folder Structure\n\n```\ntaskify/\n│\n├── public/ # Static assets\n├── src/\n│ ├── components/ # Reusable UI components\n│ ├── pages/ # Page components for routes\n│ ├── services/ # API service calls (Axios)\n│ ├── loaders/ # Data loader functions for fetching data before page load\n│ ├── routes/ # Routing and protected route handling\n│ ├── store/ # Redux store and slices\n│ ├── features/ # Redux feature slices and related logic\n│ └── App.js # Main application component\n│\n├── package.json # Dependencies and scripts\n└── README.md # Project documentation\n```\n\n## Components\n\n- **Header** Displays the logo and title of the application.\n- **Navbar** Provides navigation links to different sections or pages within the application.\n- **Bar Graph** Visualizes data using vertical or horizontal bars to compare different categories.\n- **Pie Chart** Represents data as slices of a circular graph, showing proportions of a whole.\n\n## Loaders\n\nFunctions that fetch data from various backend APIs for different routes, ensuring data is available when needed.\n\n## Pages\n\nContains all the different pages that every route points to, providing a structured navigation flow.\n\n## Routes\n\n- **Router Instance:** Includes all routes for the application.\n- **Protected Routes:** Ensure only authenticated users can access certain parts of the application.\n- **Authenticated Routes:** Manage routes based on user authentication status.\n\n## Services\n\nDifferent services for API calls, split by category of entity. Also includes an `instance.js` file which exports two axios instances:\n\n- **Protected Instance:** For authenticated API calls.\n- **Normal Instance:** For unauthenticated API calls.\n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- Node.js\n- npm\n\n### Installation\n\n1. Pull the repository to your local machine.\n\n```\ngit pull\n```\n\n2. To install all the dependencies:\n\n```\nnpm install\n```\n\n3. Once everything is installed successfully, now it's time to run the server.\n\n```\nnpm run dev\n```\n\n## Sample Admin Credentials\n\n```\nemail: vsvs2209@gmail.com\npassword: Admin@123\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-sathya17%2Ftaskify-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-sathya17%2Ftaskify-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-sathya17%2Ftaskify-frontend/lists"}