Made by Jeremias Bulanadi
- Open a terminal.
- Navigate to the directory of "react-todo".
- Run
npm installto run the neccessary dependencies. - Run
npm run devto run the code. - Open the localhost link where the site is running.
Typing in the entry bar at the bottom of the site will automatically filter the todos to those that contain the inputted search phrase.
Pressing 'Enter' or clicking the button at the right side of the entry bar will create a new todo with the already inputted string as the title.
Clicking the pencil icon will put the associated entry on edit mode, in which you're able to manipulate the original title and press enter to finish editing.
Clicking the trash can icon will delete the associated todo from memory.
