Preview | Project | Technologies | Getting started | Tests | License
Online system
https://study-ignite-react-challenge-01.vercel.app
In this challenge, you will have to create an application to train what you have learned so far at ReactJS.
This will be an application where your main objective is a small application of activities to do, to train a little more about state manipulation in React.
- Add a new task
- Remove a task
- Mark and unmark a task as completed
This is a project developed during the Ignite - Trilha React, carried out by @Rocketseat.
This project was developed using the following technologies:
Clone the project
$ git clone https://github.com/KesleyDavid/study_Ignite_React_Challenge-01.git
Access the folder
$ cd study_Ignite_React_Challenge-01
Follow the steps below
# Install the dependencies
$ yarn
# Start the project
$ yarn dev
Run tests
$ yarn test
This project is licensed under the MIT License. See the LICENSE file for details.
Made with ♥ by Kesley DEV