laurenclark / dictionary-api-randomiser

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

Home Page:https://dictionary-randomiser.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://dictionary-randomiser.netlify.app/


Languages

Language:CSS 72.4%Language:Vue 16.9%Language:JavaScript 9.7%Language:HTML 1.0%