Streamline your day with this intuitive Task Management App built with React. Tailored to simplify your to-do lists and projects, this app helps you to manage your tasks effortlessly.
👉 Dive in and explore: (Live Demo)
- Robust Task Management:
- Create, edit, and delete tasks seamlessly.
- Toggle task completion status with a simple checkbox.
- View task details including title, description, and priority at a glance.
- Project Organization:
- Easily categorize tasks into different projects for enhanced organization.
- Prioritization:
- Assign priority levels (High, Medium, Low) to tasks and manage your workflow efficiently.
- Deadline Tracking:
- (Commented Out) Set deadlines for tasks and keep track of your schedules.
- Persistent Data:
- Tasks are saved in local storage ensuring data persistence even after browser refresh.
- React: Powering the user interface and interactions.
- CSS: For styling the components to ensure a pleasant user experience.
This project is licensed under the MIT License - see the LICENSE file for details.
# Clone the repo
git clone https://github.com/AdrianGeorgeM/Taskify-React.git
# Navigate to the project directory
cd task-management-app
# Install dependencies
npm install
# Start the app
npm start