Skip to content

prevpointer/Mr.-Calculator

 
 

Repository files navigation

Mr. Calculator 🧮

Mr. Calculator is a web application built with the Fresh framework (Deno runtime) that lets you perform calculations with extremely large numbers.
It uses the Big.js library for arbitrary-precision arithmetic, ensuring accurate results even for massive values.


✨ Features

  • Arbitrary-precision arithmetic: Perform calculations beyond JavaScript’s number limitations using Big.js.
  • User-friendly interface: Clean and intuitive design for seamless interaction.
  • Lightweight & fast: Powered by the Fresh framework on Deno.

🛠️ Tech Stack

  • Framework: Fresh (Deno runtime)
  • Styling: CSS
  • Math Engine: Big.js

📸 Screenshot

Mr. Calculator UI


🚀 Getting Started

Prerequisites

Run locally

deno task start

Then open: http://localhost:8000


About

Powerful calculator handles massive numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 56.8%
  • CSS 43.2%