Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 589 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 589 Bytes

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