This is a basic digital coloring book, created by Alison Quaglia. I encourage you to check out her other works, especially coloring book with National parks It's awesome!!! 😍
For this workshop clone this repo by running command:
git clone https://github.com/zakir22april22/ReactApp-Deploy-ECS
yarn install
yarn start
docker build -t workshop:latest .
docker run -it -p 8080:80 workshop:latest