Hi! Check the Live Project clicking here
This repository was created to showcase the final project for one of React courses available in Platzi.
This projects focused on the following skills:
- Creation and good practices for components.
- Props, Custom Hooks, Local States.
- React Portals and React Context.
- Use of Local Storage.
- Filter, add, delete and checcked tasks.
- Forms.
- Modals.
The UI is a my own design ~.
- Clone the repository with
git clone [URL del repositorio]
- Install dependancies with
npm install
- Start the local host with
npm start