Skip to content

ebarross/todo-dnd-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

This is a basic To Do application with drag-and-drop, where you can add, remove and manage sections and to-do tasks.

Build With

  • React
  • TypeScript
  • Styled Components
  • ESLint + Prettier

Demo

The live version of application can be accessed at:

Running the project

This is an example of how you can run the project locally.

Installation

  1. Clone the repo
git clone https://github.com/ebarross/todo-dnd-app.git
  1. Install NPM packages
yarn install

Running

yarn start