Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)