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.
- In the root directory of the project, install using:
npm install
- Then execute "npm start" and open
localhost:4200
on your browser:
npm start
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