Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transcriptions application ( code challenge ) #39

Open
wants to merge 41 commits into
base: master
Choose a base branch
from

Conversation

vs-silva
Copy link

Demo
Try it live

Development Approach

  • Test Driven development
  • Hexagonal Architecture

Language

  • Typescript
  • Javascript

Tools

  • Build tool ( vite )
  • Testing ( vitest, testing-library / vue-testing-library)
  • Framework ( vue 3 - composition api )
  • Application State Management ( Pinia )
  • Routing ( Vue Router )
  • Language Resource ( i18n )
  • APIs Integration ( Axios )
  • Eventbus ( Mitt )

How to run locally

  • npm install ( to install the required project dependencies )
  • npm run dev ( to run the project locally )
  • npm run test ( to run the available tests )
  • npm run test:cov ( to run and get the test coverage )

vitalino silva and others added 30 commits March 27, 2023 17:24
Feature router, styles, layout, views, navbar, loader, components, store, assets
Added and configured the language-resource module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant