/dictionary-api-randomiser

Randomly generate 10 words, and then search for the definitions of those words

Primary LanguageCSS

Netlify Status

dictionary-api-randomiser

View the app on Netlify https://dictionary-randomiser.netlify.app/

This Vue app uses:

  • Vuex
  • Scss
  • Single File Components
  • Babel
  • Jest for Unit/Integration Tests
  • Cypress for E2E Testing
  • localStorage for persisting routes

You will need to create a local .env file and get your own key from https://owlbot.info/

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.