https://github.com/nipuna-lakruwan/color-flipper
Project Description: This project is a simple color flipper web application built using HTML, CSS, and JavaScript. It provides two pages: one for flipping between predefined colors (simple mode) and another for generating random hex colors (hex mode).
https://github.com/nipuna-lakruwan/color-flipper
Last synced: 2 months ago
JSON representation
Project Description: This project is a simple color flipper web application built using HTML, CSS, and JavaScript. It provides two pages: one for flipping between predefined colors (simple mode) and another for generating random hex colors (hex mode).
- Host: GitHub
- URL: https://github.com/nipuna-lakruwan/color-flipper
- Owner: Nipuna-Lakruwan
- License: apache-2.0
- Created: 2024-03-28T17:47:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-28T17:49:35.000Z (about 1 year ago)
- Last Synced: 2025-01-02T00:15:53.875Z (4 months ago)
- Language: CSS
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Color-Flipper
Project Description:
This project is a simple color flipper web application built using HTML, CSS, and JavaScript. It provides two pages: one for flipping between predefined colors (simple mode) and another for generating random hex colors (hex mode).
The project is designed to help beginners in JavaScript and HTML/CSS understand how to create interactive web applications and manipulate styles dynamically.