A minimalistic, customisable todo app.
- Demo hosted on Netlify: https://react-todo-list-9.netlify.app/
- Dark mode
- Drag n drop tasks to reorder them
- Tasks saved locally
- Customisable task color
- Edit task
- Notification Box
- Tablet & mobile friendly
- React Js, Css, Sass
- React Hooks : useState, useEffect, useRef, useContext
- react-beautiful-dnd, react-icons, uuidv4...
This project is licensed under the MIT License - see the LICENSE.md file for more details
- Instagram - @ilyasbelaoud
- Twitter - @ilyasbelaoud
First clone this repository.
$ git clone https://github.com/ilyasbelaoud/react-todo-app.git
Install dependencies. Make sure you already have nodejs
& npm
installed in your system.
$ npm install # or yarn
Run it
$ npm start # or yarn start