This is just a small resource that allows you to assemble a list of tasks and that was developed in ReactJS, as a challenge proposed in chapter 1 of the Rocketseat Ignite course that I'm doing.
You can run it here: https://klebersilva.com.br/mytasks
Requires yarn installed
Run to build packages
yarn
Run to development mode
yarn dev
or run to build
yarn build