Welcome to the React Basic course exercises repository from Business College Helsinki! This collection includes a series of short exercises designed to reinforce the concepts covered in the React Basic course.
Each exercise in this repository consists of a task and its corresponding solution. To practice the task, follow the link to the CodeSandbox platform provided for each exercise.
- Exercise 1 Building & Using a Component
- Exercise 2 Outputting Dynamic Content
- Exercise 3 Working with Props
- Exercise 4 Component Composition
- Exercise 5 Event handlers
- Exercise 6 State and useState in React
- Exercise 7 Data Passing with User Input
- Exercise 8 Forms, controlled components and conditional rendering
- Exercise 9 Conditional rendering and useRef usage
- Exercise 10 List and keys
- WIP useEffect
Make use of the provided CodeSandbox links for each exercise if you wish to practice and experiment with the tasks. If you encounter any issues or have questions, feel free to reach out for support.
If you have additional exercises or improvements to existing ones, we welcome contributions! Please fork the repository, create a new branch, make your changes, and submit a pull request.
Happy coding!
Margit