This project is a simple web application built with React.js and Bootstrap that allows users to change the background color of the webpage by clicking on specific color buttons.
- Change the background color of the webpage by clicking on color buttons.
- Simple and intuitive user interface.
- Built with React.js for dynamic rendering and Bootstrap for responsive design.
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install dependencies using npm:
npm install
- Start the development server:
npm start
- Open your web browser and visit
http://localhost:5173
to view the application. - Click on the color buttons to change the background color of the webpage.
- React.js
- Bootstrap