A nostalgic JavaScript calculator with a classic Windows 98/XP/7 style GUI
This project used 7/98/xp.css frameworks
This part assumes you already have Node.js and npm installed. Before start:
npm installTo debug:
npm run devTo build:
npx vite buildThe unit tests for calculator.js use the vitest testing framework. To run it:
npm run testThis project is open source and available under the MIT License.