This project is a web application made using Vite, Vue.js, Tailwind, and Charts.js
A web application offering a variety of calculators for different needs. Built using Vue.js and Tailwind CSS, the application maintains a clean separation of concerns between calculation methods, page layouts, and components. Features include calculators for mortgage payouts, monthly or bi-weekly rates, car loans, retirement planning, and unit conversions. Also includes graph data representation of calculation results.
You can access a deployed version of this site at https://world-of-calculators.netlify.app/.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm installnpm run devnpm run buildRun Unit Tests with Vitest
npm run test:unitRun End-to-End Tests with Cypress
npm run test:e2e:devThis runs the end-to-end tests against the Vite development server. It is much faster than the production build.
But it's still recommended to test the production build with test:e2e before deploying (e.g. in CI environments):
npm run build
npm run test:e2eLint with ESLint
npm run lint