CircleCI Tech Challenge
This is part 1 of a technical challenge for the support engineer role at CircleCI
Tech used
I've used Jest, HTML and vanilla JavaScript to create this basic application which displays some text below a button, when the button is clicked
Development
If you'd like to run this locally, clone the repo and then:
yarn install
(ornpm install
) to install dependenciesyarn start
(ornpm start
) to preview the app locallyyarn test
(ornpm test
) to run the tests