Skip to content

edpadua/ToDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ToDo

Summary

About

[This project is an implementation of a ToDoList using ReactJS library, an application that lists activities to be performed and marks those that have already been done. The user types the name of the activity through the text input field, insert it in the list with the insert button, to mark an activity as done, just check the check button in each one of them. In addition to showing the list of activities, this version of ToDoList also shows how many of the activities in the list are completed.

In this project, the main technologies used are Context API for the state manegement, react-hook-form to validate the input data and the TailWind CSS framework for the styles.](https://to-do-rho-kohl.vercel.app/)

Technologies

Setup

git clone https://github.com/edpadua/ToDo

cd todolist
npm i
npm run dev

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Eduardo de Pádua: ed.padua@gmail.com

Project Link: https://github.com/edpadua/ToDo/