A practice repo for working with the Context API
- Objective: Practice the fundamentals of the context syntax
- Tasks:
- create your context in the appropriate folder
- set up the provider and wrap it around the layout
- crease a useContext variable to access from child components
- access data from the context on a child component
- create a function that can toggle the user login status with the context state
- implement the toggle with a button