This repository contains the first challenge task to be completed for Rocketseat's Ignite Bootcamp, class 01.
The challenged comprised in adding functions to handle creating, updating and deleting "to dos" items in a ReactJS web app using the features of state management that come with the React framework.
The changes done to the template code created for the challenge can be seen in the last few commits.
- About
- Table of contents
- Status
- Features
- How to install and run this application
- Techs utilized
- Author and acknowledgements
This challenge is completed and delivered to specifications. It passed all automated tests and implements all the features asked. ✅
- Creating "to do" items on the list
- Checking "to do" items on the list
- Removing "to do" items on the list
To run this code you will need the latest versions of Node.js and Yarn installed on your machine.
# Clone this respository
$ git clone <https://github.com/Gabriel-f-r-bojikian/challenge01-ReactJS.git>
# Move into the newly created folder
$ cd challenge01-ReactJs
# Install all dependencies
$ yarn
# Run the developer version
$ yarn devThe following technologies were used for the completion of this challenge:
The original code was done by Rocketseat 🚀. All modifications in this repository were made by me, Gabriel Fernandes. 💪