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

https://github.com/mrseanbaines/color-keywords

A list of all the CSS color keywords, with sorting and copy to clipboard functionality
https://github.com/mrseanbaines/color-keywords

Last synced: about 1 month ago
JSON representation

A list of all the CSS color keywords, with sorting and copy to clipboard functionality

Awesome Lists containing this project

README

        

# Color Keywords

This is the repo for [Color Keywords](https://www.colorkeywords.com), a site which lists all of the available CSS color keywords, with sorting and copy to clipboard functionality.

![Demo screenshot](./demo-screenshot.png 'Demo screenshot')

[![Netlify Status](https://api.netlify.com/api/v1/badges/19534308-23e8-46b2-90fb-c570bf57c533/deploy-status)](https://app.netlify.com/sites/color-keywords/deploys)
[![Build Status](https://travis-ci.org/mrseanbaines/color-keywords.svg?branch=master)](https://travis-ci.org/mrseanbaines/color-keywords)

## Setup

Make sure you have [Node](https://nodejs.org/en/) and [NPM](https://www.npmjs.com/) installed.

To get started, run the following commands:

### _From the project root:_

1. Install dependencies:

```sh
npm i
```

2. Start the server:

```sh
npm start
```

View the project at http://localhost:8080/