Description
This task focuses on researching and understanding how to implement the React Context API for state management. The goal is to explore how Context API can be used to pass data through the component tree without relying on props. The outcome will include a basic implementation of Context API to manage global state and share data across different components in a React application, providing an alternative to more complex state management solutions like Redux.
Related to User Story #1
Description This task focuses on researching and understanding how to implement the React Context API for state management. The goal is to explore how Context API can be used to pass data through the component tree without relying on props. The outcome will include a basic implementation of Context API to manage global state and share data across different components in a React application, providing an alternative to more complex state management solutions like Redux.