Skip to content

sartios/color-picker-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 

Repository files navigation

Color Picker Tool

This repository contains a color picker app.

This project is based on the following technologies, tools and libraries:

Getting started

npm install
npm start

Open http://localhost:8000 and start choose your colors!

Linting

Eslint is used for linting. Linting will also be executed automatically on our CLI.

npm run lint

Quick start

  1. npm install
  2. npm start