There is no actual data saved for this app
A simple app created to explore styled components and a drag and drop interface with a focus on accessibility.
The app uses react-beautiful-dnd
Initially based on this video, but made some design and structure changes along the way
- Clone this repository with
git clone https://github.com/tsnolan23/react-todo-dnd.git
- Navigate into the directory with
cd react-todo-dnd
- Install dependencies with
npm install
- Start up the app with
npm start