A small web-based calculator that makes you feel kinda bad while solving the input. Built to experiment with Svelte.js and TailwindCSS.
- GUI calculator interface
- Allows input using
KaTeX
style MathTex - Allows usage of variables
- History of previous solutions
- Clone the repo using
git clone https://github.com/loganwishartcraig/calcu-hater.git
- Install dependencies using
npm install
- Launch the dev server using
npm run dev
- Navigate to http://localhost:5000