https://github.com/soham901/bg-changer
A simple background color changer app built with React, Vite, and Tailwind CSS.
https://github.com/soham901/bg-changer
Last synced: 3 months ago
JSON representation
A simple background color changer app built with React, Vite, and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/soham901/bg-changer
- Owner: soham901
- Created: 2023-12-06T12:59:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T15:41:07.000Z (over 1 year ago)
- Last Synced: 2025-01-19T16:29:22.144Z (5 months ago)
- Language: JavaScript
- Homepage: https://soham901.github.io/bg-changer/
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Background Color Changer
A simple background color changer app built with React, Vite, and Tailwind CSS.
## Features
* Change the background color of the app with the click of a button.
* Modern and responsive design.## Technologies
* React
* Vite
* Tailwind CSS## Demo
[Image of a screenshot of the app]
## Live Site
[Visit](https://soham901.github.io/bg-changer)## Setup
1. Clone the repository:
```bash
git clone https://github.com/soham901/background-color-changer.git
```2. Install dependencies:
```bash
npm install
```3. Run the app:
```bash
npm run dev
```4. Go to http://localhost:5173 in your browser.
## Author
* [Soham Sagathiya](https://github.com/soham901)
#### Thanks for taking the time to check out my project! If you have any feedback, please let me know!