Skip to content

emarekica/react-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TO-DO List


This is a simple React project aimed to stengthen basic React principles.


  • React project instalation

  • component creation

  • JSX

  • styling (dyanimc styles)

  • props

  • state management (useState hook, lifting up state)

  • handling lists

  • conditional content

  • modal window

  • validation & reset

  • input management

  • debugging





Try writing your own post-it!




Mockup


TO-DO list mockup





Improvements


[ ] Add check box next to each item to remove it >> doesn't remove it, but strikes it

[ ] Add password validation