https://github.com/arvind-4/change-background-color
Simple HTML-CSS-JavaScript Website which Changes Background Color with a Click of a Button!
https://github.com/arvind-4/change-background-color
bootstrap5 css3 html5 javascript tailwindcss
Last synced: about 2 months ago
JSON representation
Simple HTML-CSS-JavaScript Website which Changes Background Color with a Click of a Button!
- Host: GitHub
- URL: https://github.com/arvind-4/change-background-color
- Owner: arvind-4
- License: mit
- Created: 2021-08-03T16:12:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T11:03:54.000Z (about 1 year ago)
- Last Synced: 2025-05-15T19:11:27.476Z (about 1 year ago)
- Topics: bootstrap5, css3, html5, javascript, tailwindcss
- Language: HTML
- Homepage: https://awesomebackground.vercel.app
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Background Colour Changer
A website that changes it's Background Colour.
## ๐Getting Started:
- Clone repository
```bash
mkdir ~/Dev/background-colour-changer -p
cd ~/Dev/background-colour-changer
git clone https://github.com/Arvind-4/change-background-color.git .
```
- Run Dev Server
```bash
pnpm install
pnpm dev
```
## ๐ซ LICENSE:
[MIT LICENSE](https://github.com/Arvind-4/change-background-color/blob/main/LICENSE)
## ๐ Change Log:
[Change Log](https://github.com/Arvind-4/change-background-color/commits/main/)