The app is a simple page that enables users to vote on a photo by assigning grades from 1 to 10. Using ConfigCat's feature flag services, the application cointains a feature flag that is meant to enable and disable the voting feature of the application. When disabled, users see an error message.
- clone repository
- npm install
- ng serve --open