Skip to content

MihirGore23/ReactTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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