nb: every project is stored in a different branch
🌿 branch: counter
👀 what i learned?
- what is state
- useState hook
- onclick function
🌿 branch: modal
👀 what i learned?
- Conditional rendering
- How to make animated modal
- How to send content to a modal (children)
- How to send props
🌿 branch: quiz
👀 what i learned?
- Step-by-step content rendering
- Progressbar
- Sending props for displaying the result of the quiz
🌿 branch: users
👀 what i learned?
- Hook useEffect
- Sending request to backend using fetch function and rendering received data
- User search
- Rendering the user list
- Spread-operator
- Adding / removing users from the list
- Loading content information