/Todo-DnD

a simple todo app created using react and typescript

Primary LanguageJavaScriptMIT LicenseMIT

React Drag n Drop/Todo App

This is a simple todo list application with Drag and Drop feature

Lists can be saved and loaded from browser local storage

Was built using react-beautiful-dnd and Material-UI

Technologies

Technologies used within the project

  • React A javascript library
  • TypeScript An open source language that builds on javascript
  • LocalStorage Web storage that allows javascript to store and access data in the browser
  • Material_UI An open-source project that features React components that implement Google's Material Design.
  • React-Beautiful-Dnd Beautiful and accessible drag and drop for lists with React

Installation

$ git clone https://github/Portia-arch/TodoDnD $ cd TodoDnD $ npm i $ npm start# Todo-DnD