This is a simple Todo List application built with React and @dnd-kit/sortable for drag and drop functionality.
Install the dependencies: npm install
To use the Todo List Application, follow these steps:
- Start the development server:
npm run dev
- Open your web browser and visit
http://localhost:5173
npm install uuid
npm i --save @fortawesome/fontawesome-svg-core
npm i --save @fortawesome/free-solid-svg-icons
npm i --save @fortawesome/free-regular-svg-icons
npm i --save @fortawesome/free-brands-svg-icons
npm i --save @fortawesome/react-fontawesome@latest
npm install @dnd-kit/core @dnd-kit/utilities @dnd-kit/sortable