Skip to content

radocode/angular-color-selector

Repository files navigation

angular-color-selector

Node.js CI Heroku Deploy

This app shows a list of selectable colors, which you can select and copy its Hex value to the clipboard! Uses https://reqres.in/api/colors as API.

How to install dependencies and run the project

  1. In the root directory of the project, install using:
npm install
  1. Then execute "npm start" and open localhost:4200 on your browser:
npm start

Frameworks and libraries used

Docker:

To build the app:

sudo docker build -t angular-color-selector .

And to run the app:

sudo docker run -d --name angular-color-selector -p 80:80 angular-color-selector