A Reactive Calculator App developed with Reactjs and Mantine
Reactive Calculator
This is a Reactjs project bootstrapped with Vitejs
.
A Reactive Calculator App developed with Reactjs & Mantine. Features include:
- Light and Dark Mode.
- Browser localstorage for saving app states and mode.
- Blink mode enabled by default.
- Detailed tests included using react testing library and vitest.
- Chained operations.
- And lots more.
Get a preview at: reactive-calculator-two.vercel.app
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
Your feedback and contributions are welcome!