This project demonstrates how to use the React Context API to implement a Theme Switcher in a React application. The Context API allows us to manage global state without prop drilling.
Features
✅ Toggle between Light Mode and Dark Mode ✅ Use React Context API for global state management ✅ Apply Dynamic Styles based on the selected theme