/ToDoList-Chapter01

PT: Desafio desenvolvido durante o bootcamp ignite realizado pela Rocketseat 💜 | | EN: Challenge developed during the ignite bootcamp held by Rocketseat💜

Primary LanguageTypeScriptMIT LicenseMIT

License Forks Stars

💻 Project

Essa é uma aplicação onde o seu principal objetivo é uma pequena aplicação de atividades a fazer, para treinar um pouco mais sobre manipulação do estado no React.

  • Adicionar uma nova tarefa
  • Remover uma tarefa
  • Marcar e desmarcar uma tarefa como concluída

🧬 Technologies

This project was developed using the following technologies:

🚀 Getting started

Clone the project and access the folder

$ git clone https://github.com/ghenriquec/ToDoList-Chapter01 && cd ToDoList-Chapter01

Follow the steps below

# Install the dependencies
$ yarn or npm install
# Start the Fake API
$ yarn server or npm run server
# Start the project
$ yarn dev or npm run dev

</> by Guilherme Henrique