/calculator98.js

A JavaScript calculator with a classic Windows 98/XP/7 style GUI

Primary LanguageJavaScriptMIT LicenseMIT

Calculator98.js

A nostalgic JavaScript calculator with a classic Windows 98/XP/7 style GUI windows98

This project used 7/98/xp.css frameworks

Usage

This part assumes you already have Node.js and npm installed. Before start:

npm install

To debug:

npm run dev

To build:

npx vite build

Testing

The unit tests for calculator.js use the vitest testing framework. To run it:

npm run test

License

This project is open source and available under the MIT License.