Skip to content

maestriny/calculator.exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calculator.exe

A painfully nostalgic Windows 95 calculator built with react95


Try it here

Features

  • Basic operations: +, -, *, /
  • Decimal input support
  • C, AC, backspace
  • Sign toggle (+/-)
  • Square root (sqrt)
  • Percentage (%)
  • Basic error handling (for example division by zero) and a React ErrorBoundary

How to run

Prerequisites:

  • Node.js (18+ recommended)
  • npm

Commands:

npm install
npm start

Then open http://localhost:3000.

Other useful commands:

npm run build

Tech stack

  • React 18
  • react95
  • styled-components

About

Windows 95 calculator clone built with react95

Topics

Resources

Stars

Watchers

Forks

Contributors