React Todo App

This is a project where I can either add or remove my daily tasks.

It adds an item to the list once you click on 'add' button.

It has the ability to either 'edit' or 'delete' a specific task as well as you can highlight a specific task when it has been accomplished.

I used pure CSS to stlye it, as for controlling the state of the app I used 'useState' hook which exists in React.

I used 'localStorage' to save user data even when closing the whole browser.

Technologies: