https://github.com/kumarabhishek188/task-management-using-react
This application enables users to manage their tasks effectively with options to filter, sort, and organize them by status, date, and priority.
https://github.com/kumarabhishek188/task-management-using-react
expo-router reactjs reactnative redux-toolkit tailwindcss
Last synced: 3 months ago
JSON representation
This application enables users to manage their tasks effectively with options to filter, sort, and organize them by status, date, and priority.
- Host: GitHub
- URL: https://github.com/kumarabhishek188/task-management-using-react
- Owner: kumarabhishek188
- Created: 2025-03-30T12:46:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-30T12:48:48.000Z (3 months ago)
- Last Synced: 2025-03-30T13:34:16.526Z (3 months ago)
- Topics: expo-router, reactjs, reactnative, redux-toolkit, tailwindcss
- Language: JavaScript
- Homepage: https://alltaskss.vercel.app/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Management Application
A feature-rich task management application built using React, providing tools for task creation, editing, deletion, and organization.
## 🌟 Overview
This application enables users to manage their tasks effectively with options to filter, sort, and organize them by status, date, and priority. Additional features like drag-and-drop functionality and responsive design ensure a seamless user experience across devices.
## 🚀 Demo
[Live Demo](https://alltaskss.vercel.app)
## 📝 Requirements
- Create, edit, delete, and mark tasks as complete.
- Filter and sort tasks by:
- Status
- Date
- Priority
- Implement responsive design for both mobile and desktop.
- Use React hooks for efficient state management.
- Persist task data with `localStorage`.## Technical Stack
- **Frontend:** React.js
- **State Management:** Redux
- **Styling:** Tailwind CSS
- **Persistence:** `localStorage`## ✨ Features
- **Task Management:** Create, edit, delete, and complete tasks.
- **Sorting & Filtering:** Organize tasks by status, priority, and date.
- **Responsive Design:** Optimized for mobile and desktop devices.
- **LocalStorage Integration:** Persist data across sessions.## Setup Instructions
Follow these steps to set up and run the Task Management Application locally:
1. **Clone the Repository**
```bash
git clone https://github.com/kumarabhishek188/Task-Management-React.git
cd Task-Management-React
```2. **Run the Application**
Start the development server:
```bash
npm start
```3. **Build for Production**
Create a production build:
```bash
npm run build
```## 📧 Contact
For any queries, feel free to reach out:
- **Email:** [[email protected]](mailto:[email protected])
- **LinkedIn:** [Abhishek Kumar](https://www.linkedin.com/in/abhishek-kumar-92157823a/)