Responsive To Do app, that allows you adding, crossing out and deleting task
Initially there is one task written as an example. All tasks can be deleted by clicking on the trash can. If you click on the check the task will be crossed out.
If we click on add task, a modal window opens in which we can fill in the description of the task. When you click Save, the task will be added to the list and saved in the browser's localStorage. If it is the first task we add, the initial task will be deleted.
Run the following command to install all the packages needed
npm install
Run the command
npm start
App built with:
Mónica Gonzalez - monicaglezsanch