An application to use Star Wars API on GraphQL to build a quiz about the planets and characters relationships
Visit the website in vue-star-wars-quiz.emanuelgsouza.dev
- node
- npm
yarn or npm install
Serve the application in http://localhost:8080
yarn serve or npm run serve
Build application
yarn build or npm run build
Unit tests using Vue Test Utils and Jest
yarn test:unit
Integration tests using Cypress
yarn test:e2e
- Vue.js using vue-cli
- Tailwind.css
- [Cypress][https://www.cypress.io/] to Integration Tests
- Vue Tests Utils with Jest to unit tests
Some ideias to development
- Persist previous quizzes by using localStorage
Emanuel Gonçalves
- Twitter @emanuelgsouza
- Github @emanuelgsouza