Live demo - https://task-manager-skyey.vercel.app/
- Add Tasks
- Toggle Completion
- Delete Tasks
- Filter Tasks
- React, Redux, Tailwind CSS
- Clone the repository
git clone https://github.com/Krustew17/Task-Manager.git- Navigate to project directory
cd Task-Manager- Install Dependencies
npm install- Run the project
npm run devThe application should be available at http://127.0.0.1:5173