Dacxi Frontend Challenge Project functionalities ● Displays current crypto price every 10 seconds ● Displays current crypto prices from past 30 days ● User can select which crypto he wants to see ● The user can select which coin he wants to see the crypto price on ● The user can filter the closest crypto price by inserting date and time You can use and test this project by clicking here. Jest Coverage To get test coverage use: npm run test Cypress Coverage Click on the image below to see the cypress tests To open cypress use: npm run cypress:open Resources used to build this project ● Vue.js ● Vuetify ● Tailwind CSS ● Vue Toastification ● Vue Apex Charts ● Axios ● Jest ● Testing Library ● Cypress ● Javascript ● HTML5 ● CSS3 Project setup npm install Compiles and hot-reloads for development npm run dev Compiles and minifies for production npm run build Customize configuration See Configuration Reference.