Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akashrajpurohit/hex2rgb
Hex2Rgb is a colour converter from hex to rgb and vice-versa. Its a Progressive Web App
https://github.com/akashrajpurohit/hex2rgb
hex2rgb pwa rgb2hex service-worker
Last synced: 14 days ago
JSON representation
Hex2Rgb is a colour converter from hex to rgb and vice-versa. Its a Progressive Web App
- Host: GitHub
- URL: https://github.com/akashrajpurohit/hex2rgb
- Owner: AkashRajpurohit
- Created: 2019-02-24T11:51:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T10:18:08.000Z (almost 5 years ago)
- Last Synced: 2024-12-18T19:40:24.743Z (20 days ago)
- Topics: hex2rgb, pwa, rgb2hex, service-worker
- Language: JavaScript
- Homepage: https://hex2rgb.netlify.com/
- Size: 464 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hex2Rgb - Color Converter
Hex2Rgb is a colour converter from hex to rgb and vice-versa. Its a Progressive Web AppCheck the demo - https://hex2rgb.netlify.com/
## Things I learnt while developing this project
1. Color conversion formulas from hex to rgb and vice-versa
2. How to dynamically change the text-to-background color depending on the darkness/lightness of the text color
3. How Service workers work
4. Register a new service worker
5. Cache assets to work as offline
6. Adding "Add to Home Screen" Option to allow installing as PWA## Visit my portfolio -
[Akash Rajpurohit](https://akashwho.codes/)