Skip to content

guryanov-junior/TODO-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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