Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 611 Bytes

File metadata and controls

31 lines (23 loc) · 611 Bytes

React Todo App

A minimalistic, customisable todo app.

Features

  • Dark mode
  • Drag n drop tasks to reorder them
  • Tasks saved locally
  • Customisable task color
  • Edit task
  • Notification Box
  • Tablet & mobile friendly

Built with

  • React Js, Css, Sass
  • React Hooks : useState, useEffect, useRef, useContext
  • react-beautiful-dnd, react-icons, uuidv4...

Instructions

Install dependencies. Make sure you already have nodejs & npm installed in your system.

$ npm install # or yarn

Run it

$ npm start # or yarn start