Skip to content

Pabl0Parra/Drag-and-drop-ToDo-App-ReactJs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drag-and-drop ToDo app made with ReactJs & Vite

Site is live @https://tododragdrop.vercel.app/

This is a drag&drop Todo app that has dark/light theme capabilities. I have used:

  • zustand to manage the store,
  • uuid to avoid id creation conflicts,
  • sass for styles,
  • clsx to set up conditions for setting the value of the className attribute,
  • react-beautiful-dnd to achieve the drag and drop capabilities.

Getting started

  1. $ npm create vite@latest
  2. $ choose React with JavaScript
  3. $ cd projectFolderName
  4. $ npm install
  5. $ npm run dev

About

A drag-and-drop ToDo app made with ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published