/todolist

Simple React application to dive into the Unform library.

Primary LanguageJavaScriptMIT LicenseMIT

To-Do List

alt text

Main functionalities

  • Add To-do;
  • List To-do;
  • Update To-do;
  • Delete To-do;

Knowledge and skills gained

  • Better understanding of React props and state;
  • Form handling with the Unform library;
  • Component styling with styled-components;
  • Validation with Yup;

This project was bootstrapped with Create React App.