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
- Host: GitHub
- URL: https://github.com/adarshswaminath/rgb-flash
- Owner: adarshswaminath
- Created: 2023-11-01T10:11:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T14:04:53.000Z (over 2 years ago)
- Last Synced: 2024-01-20T15:24:35.374Z (over 2 years ago)
- Topics: css, html, javscript, reactjs, rgb, tailw
- Language: JavaScript
- Homepage: https://rgbflash.vercel.app
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)