This is a small Vue 3 project built with Vite as part of a technical interview. It includes a few simple components and demonstrates:
- Reactive state management using the Composition API
- Component interaction
- Basic form validation
- Dynamic component rendering
- Unit testing with Vue Test Utils and Jest
# clone repo
git clone https://github.com/Cheplusplus/itc-interview
# Install dependencies
npm install
# Run the development server
npm run dev
# Run unit tests
npm run test