Skip to content

marianicolae24/react-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a drag and drop to-do list

This repository is the companion to the "Build a drag and drop to-do list" practice exercise.

Build a Kanban-style to do list, where you can drag the cards from one column to the other to mark them as "To do", "In Progress" or "Done".

  • app should have three columns: "To do", "In progress", "Done"
  • users can drag and drop cards from one column to the other
  • users can add tasks by typing into an input above the columns
  • users can delete tasks by dragging and dropping over a "trash" area at the bottom of the columns

Check out the exercise description for more details and tips on the implementation.

To get started, you can clone this starter repo. When you're ready to check your work, check out the official solution.

Getting started:

  • npm install
  • npm run dev

Add your code to the src/components/ToDoList.jsx file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published