/react-calculator

code challenge

Primary LanguageTypeScript

React calculator

Bootstrapped with Vite React + TS

  1. npm install
  2. npm run dev

Calculator Screenshot

Some improvements with more time:

  1. better state management. maybe use a reducer, which would make it unit testable.