This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint
in your project.
A simple React project that allows users to change the background color of the screen by clicking on color buttons.
Built using React and Tailwind CSS.
- Change background color dynamically with a single click.
- Color buttons styled with Tailwind CSS.
- Responsive and clean UI.
- Beginner-friendly project for learning React state management.
- React (Vite)
- Tailwind CSS
- Clone this repo:
git clone https://github.com/your-username/bg-changer.git cd bg-changer