🖥️ Three challenges launched by Rocketseat, which we must create one function for each challenge, using the hook useState, Array Functions, and among other details in ReactJS.
🗡️ In the function handleCreateNewTask, you need create a new task with id random.
🗡️ In the function handleToggleTaskCompletion, toggle the isComplete field between true or false, using the id number.
🗡️ In the function handleRemoveTask, remove a task the list by id.
⚔️ The challenge is completed, if you want to solve this challenge, remove the content from functions and enjoy it! ⚔️
#Clone the repository
$ git clone git@github.com:KevinMCruzP/challengeReact.git
#Install the dependencies
$ npm install
or
$ yarn
#Run the app in http://localhost:8080/
$ npm run dev
or
$ yarn dev
#Automatic mode to evaluate the challenge
$ npm run test
or
$ yarn test
🛠 Tools used in the construction of the project
networking 📩
