This is a basic To Do application with drag-and-drop, where you can add, remove and manage sections and to-do tasks.
- React
- TypeScript
- Styled Components
- ESLint + Prettier
The live version of application can be accessed at:
This is an example of how you can run the project locally.
- Clone the repo
git clone https://github.com/ebarross/todo-dnd-app.git
- Install NPM packages
yarn install
yarn start