#Demo challenge app A Small applicaton to add, update and remove record status
- Test Driven Development
- Hexagonal Architecture
- Typescript
- Javascript
- Framework ( Nuxt 3 )
- UI Framework ( Vuetify 3 )
- Application State Management ( Pinia )
- Eventbus ( Mitt )
- Testing Framework ( Vitest, Testing Library )
- CI / CD ( Github Actions )
- npm install ( to install the required project dependencies )
- npm run dev ( to run the project locally )
- npm run test ( to run the tests )
- npm run test:cov ( to run and get the test coverage )