learn fundamental React

- components, events, styles
- data flow between components
↳ working with State
↳ reusable components
↳ Props: Data, Function
↳ data between Child components
- working with arrays, spread operator
- React Hooks: useState, useEffect, useRef, useContext