Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/micgro42/csscolornamefinder
WIP: Find css color names similar to a given color
https://github.com/micgro42/csscolornamefinder
clean-architecture color css
Last synced: 26 days ago
JSON representation
WIP: Find css color names similar to a given color
- Host: GitHub
- URL: https://github.com/micgro42/csscolornamefinder
- Owner: micgro42
- Created: 2019-01-06T20:41:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:41:46.000Z (about 2 years ago)
- Last Synced: 2024-10-31T12:40:42.308Z (2 months ago)
- Topics: clean-architecture, color, css
- Language: Vue
- Homepage: https://micgro42.github.io/cssColorNameFinder/
- Size: 2.41 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSS Color Name Finder
The [CSS specification](https://www.w3.org/TR/css-color-3/#svg-color) defines and all modern browsers implement well over a hundred names for colors in css.
This App helps tp use those more by finding named colors near the color provided by the user.## Architecture and Technologies
This simple app is implemented with the Clean Architecture in mind.
It further uses TypeScript and VueJS support clean and maintainable code.
It uses jest as testing framework that natively works with both Typescript and VueJS.## CI
- [![Build Status](https://travis-ci.com/micgro42/cssColorNameFinder.svg?branch=master)](https://travis-ci.com/micgro42/cssColorNameFinder)
- [![Maintainability](https://api.codeclimate.com/v1/badges/da6d61da0e95ceece874/maintainability)](https://codeclimate.com/github/micgro42/cssColorNameFinder/maintainability)
- [![CodeFactor](https://www.codefactor.io/repository/github/micgro42/csscolornamefinder/badge)](https://www.codefactor.io/repository/github/micgro42/csscolornamefinder)
- [![codebeat badge](https://codebeat.co/badges/6d3df6a7-835d-4e68-b3ac-3944b7ff34b8)](https://codebeat.co/projects/github-com-micgro42-csscolornamefinder-master)
- [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=micgro42_cssColorNameFinder&metric=coverage)](https://sonarcloud.io/dashboard?id=micgro42_cssColorNameFinder)