A simple React application demonstrating light/dark theme toggling using React Context API, built with Vite and Tailwind CSS.
- Light & Dark theme support
- Theme persistence with localStorage
- Context API for global state management
- Built with Vite + Tailwind CSS
# clone the repo git clone https://github.com/sandeep-shome/react-theming-tailwindcss.git # navigate to project folder cd react-theming-tailwindcss # install dependencies npm install # start development server npm run dev