Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/code-beaker/js-color-flipper

A Simple Color Flipper App | HTML, CSS, Javacript
https://github.com/code-beaker/js-color-flipper

color-flipper css html js

Last synced: about 1 month ago
JSON representation

A Simple Color Flipper App | HTML, CSS, Javacript

Awesome Lists containing this project

README

        

# Simple Color Flipper App

This is basic color flipper app using HTML, CSS and Javascript. I made it with the help of [Tech With Tim](https://youtube.com/@TechWithTim) from **YouTube**.

- [Simple Color Flipper App](#simple-color-flipper-app)
- [My experience](#my-experience)
- [What I found interesting](#what-i-found-interesting)
- [URLs](#urls)

## My experience

I'm a person who has always tried to learn Javascript and never got the spirit to continue learning because I thought the concepts were too complicated to me.

This time, I had a lot of fun building this one out. Since I'm a bit experienced with HTML and CSS, I have given the styling by myself.

### What I found interesting

I was surprised myself about how things could be done using Javascript.

**Especially this block of code to generate a random color:**

I never actually thought about using the `Math` function for this kind of purpose. This has tought me a lot!

![Screenshot](./01/screenshot)

## URLs

Links for you to visit and use the app!

- [Vercel Deploy](https://js-color-flipper-rosy.vercel.app)
- [GitHub repository](https://github.com/Code-Beaker/js-color-flipper)