Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 857 Bytes

README.md

File metadata and controls

57 lines (31 loc) · 857 Bytes

TODO-list



Description

This app is a todo list with the ability to add tags





Features

  • Create, edit, view and delete notes

  • Filter notes by tag

  • Removing a tag from the list by clicking on it

  • While creating or editing a note, the user can create tags using #


Tech

Powered by React with using SCSS


Setup and Launch

git clone https://github.com/guryanov-junior/TODO-list.git

#install the project dependencies
$ npm install

# watches your files and uses livereload by default
$ npm start