This project is a React application built with Vite that demonstrates a global Light Mode and Dark Mode switcher using the React Context API.
- Light Mode and Dark Mode toggle
- React Context API
- useState Hook
- Dynamic CSS styling
- Responsive centered layout
- React
- Vite
- JavaScript
- CSS
- Clone the repository
git clone https://github.com/ching202/theme-switcher-app.git- Navigate into the project folder
cd theme-switcher-app- Install dependencies
npm install- Start the development server
npm run devKyle Kitching