/to.do

This project is a challenge for the Rocketseat Ignite course, in which I must create an application to train what I have learned so far with ReactJS This application's main objective is a small to-do application, to train a little more about state manipulation in React. Where the following functions are performed: Add a new task, Remove a task ,Mark and unmark a task as complete

Primary LanguageTypeScript

to.do

๐Ÿค” About the project

This project is a challenge for the Rocketseat Ignite course, in which I must create an application to train what I have learned so far with ReactJS

This application's main objective is a small to-do application, to train a little more about state manipulation in React. Where the following functions are performed:

  • Add a new task
  • Remove a task
  • Mark and unmark a task as complete

๐Ÿงช Technologies used

React js

๐Ÿ”— Domain

https://63232adc5630ef49d0b21030--guileless-cascaron-5d7b6a.netlify.app/


๐Ÿ”ฅ How to run the project

Clone the project and access the project folder.

$ git clone https://github.com/PabloFerrari013/to.do 
$ cd to.do

To start it, follow the steps below:

# Install as dependencies
$ yarn 

# Start the project
yarn dev

The app is available in your browser at http://localhost:8080/