Simple News Web App fetching news data from the New York Times API. Developed using Vue3 with JavaScript SCSS, Vuex, JEST and Cypress.
yarn install
Be sure that the following files and renamed and fulfilled with your NY times api key:
- rename
env.example
toenv
and assign your NY times api key to VUE_APP_NY_TIMES_API_KEY. - rename
cypress.env.example.json
tocypress.env.json
and assign your NY times api key to nyTimesApiKey.
yarn serve
yarn build
yarn test:unit
yarn test:e2e
yarn lint