Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joakimteixeira/background-generator

Site to generate gradient background, using two colors.
https://github.com/joakimteixeira/background-generator

ci-cd-pipeline clipboard-copy css-flexbox dependabot-auto-merge dom github-actions gulpjs javascript

Last synced: 1 day ago
JSON representation

Site to generate gradient background, using two colors.

Awesome Lists containing this project

README

        

# Background Generator
Generates gradient background with two colors.

![image](https://user-images.githubusercontent.com/12193814/75125462-fe02d080-5693-11ea-898c-dd945e31d649.png)

## What I've learned

- Developed background generator using CSS flexbox and vanilla Javascript
- Manipulated DOM elements with Javascript events
- Added *tooltip* and *copy to clipboard* functionalities
- Refactored code with latest javascript methods
- Implemented DRY principle