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

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.

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!