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

https://github.com/adarshswaminath/rgb-flash

A ReactJS project to create a flashing RGB light on your browser
https://github.com/adarshswaminath/rgb-flash

css html javscript reactjs rgb tailw

Last synced: 5 months ago
JSON representation

A ReactJS project to create a flashing RGB light on your browser

Awesome Lists containing this project

README

          

# RGB Flash

A ReactJS project to create a flashing RGB light on your browser.

## Features:
- Control the speed of the flashing light
- Turn the light on and off
## Installation
```bash
git clone https://github.com/adarshswaminath/rgb-flash.git
```
```bash
cd rgb-flash
```
```bash
npm install
```
```bash
npm run dev
```
Open http://127.0.0.1:5173 In Browser

Live [Demo](https://rgbflash.vercel.app/)