This is a simple Background Changer application built using React. The app allows users to change the background color of the webpage by clicking on a button. It's a minimal and beginner-friendly project to demonstrate the basics of React, component state, and event handling.
- Change the background color with a single click.
- Randomly generated background colors on each click.
- Lightweight and easy to understand.
- Clone the repository: git clone https://github.com/meantaraa/bg-changer-using-react.git
- Install the dependencies: npm install
- Start the development server: npm run dev
- Open the app in your browser.
- Click the "Change Background" button to change the background color.
This project is licensed under the MIT License - see the LICENSE file for details.