This a tasks CRUD application made with React, TawilwindCSS and LocalStorage for data persistence.
This app lets you add, update, mark as complete, see and delete tasks.
To clone this repository, run the followng command:
git clone https://github.com/Juancho7/tasks-crud-react.git
Next, change directory with this:
cd tasks-crud-react
And finally install the dependencies:
npm install
Thank you for being here! 😄