TaskFlow - Advanced Todo List
Overview
TaskFlow is a React-based advanced Todo List application that allows users to manage tasks efficiently. Users can: Add new tasks with titles, details, and deadlines. Edit existing tasks. Mark tasks as complete or incomplete. Delete tasks. View tasks in separate columns: Active Tasks and Completed Tasks. The application is styled using CSS and features a responsive design.
Setup Instructions
Follow these steps to set up and run the project:
-
Clone the Repository
git clone https://github.com/i-ares/Task-Flow.git cd taskflow -
Install Dependencies Run the following command to install all required dependencies:
npm install -
Start the Development Server Start the React development server with:
npm start