This repository contains code for the job application challenge. The challenge is to implement date range component with custom calendar in Vue.js without help of additional libraries.
Software required to run the project.
To install dependencies use:
yarn install
To start development server use:
yarn serve
and open http://localhost:8080
To run unit tests use:
yarn test:unit