Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/joakimteixeira/background-generator
- Owner: JoakimTeixeira
- License: mit
- Created: 2020-02-24T02:23:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T05:56:24.000Z (3 months ago)
- Last Synced: 2024-08-28T02:34:27.509Z (3 months ago)
- Topics: ci-cd-pipeline, clipboard-copy, css-flexbox, dependabot-auto-merge, dom, github-actions, gulpjs, javascript
- Language: JavaScript
- Homepage: https://joakimteixeira.github.io/background-generator/
- Size: 422 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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