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
[ ] Add check box next to each item to remove it » doesn’t remove it, but strikes it
[ ] Add password validation