Skip to content

Repository files navigation

React Challenge Completed

🖥️ 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.

Table of contents

About the Challenge

challenge

Open the folder ./src/components/TaskList :

🗡️ 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! ⚔️

Installation

#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

Technology

🛠 Tools used in the construction of the project

networking 📩

Insta Linkedin

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages