An open API service indexing awesome lists of open source software.

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.

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!