https://github.com/codewithemil/bg-color-generator
A simple HTML, CSS, and JavaScript project to practice basic concepts. Code is clean and has comments indicating what does each line of code perform.
https://github.com/codewithemil/bg-color-generator
beginner css html javascript practiceproject
Last synced: over 1 year ago
JSON representation
A simple HTML, CSS, and JavaScript project to practice basic concepts. Code is clean and has comments indicating what does each line of code perform.
- Host: GitHub
- URL: https://github.com/codewithemil/bg-color-generator
- Owner: CodeWithEmil
- Created: 2022-02-02T01:01:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T01:11:49.000Z (over 4 years ago)
- Last Synced: 2025-01-16T18:31:05.655Z (over 1 year ago)
- Topics: beginner, css, html, javascript, practiceproject
- Language: JavaScript
- Homepage: https://emil-colorgen.netlify.app
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bg-Color-Generator
In this case, I only used the 3 main Frontend Technologies, HTML, CSS, and JavaScript.
You should consider that this project contains the following functions:
- Button to change the Background
- Text that changes with the Background
- Anchor Element that changes to either white or black depending on the Background's Brightness
I have this project published. If you want to check it out, you can find it as 'https://emil-colorgen.netlify.app'.
I think it is a really nice practice project you should definitely try out!