Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 821 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 821 Bytes

React Task

Description

The website is built using React , and application state is managed using Redux. The website is deployed on Vercel

Deployed Link

TaskBuddy

Steps to run locally

  1. Clone the repository
  2. Install the packages
    npm install
    
  3. Run this command
    npm start
    

Features

  • Ability to add new tasks and subtasks . user can also add description, status and priority of the tasks
  • The tasks will be filtered based on completion status
  • User can create multiple boards of tasks, like personal, professional,etc.
  • Tasks can be dragged and dropped between categories
  • Due dates for a task can be specified during task creation

Screenshot