https://github.com/asasmith/hihello-technical
https://github.com/asasmith/hihello-technical
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/asasmith/hihello-technical
- Owner: asasmith
- Created: 2025-05-19T02:12:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-19T02:43:25.000Z (about 1 year ago)
- Last Synced: 2025-05-19T03:29:07.295Z (about 1 year ago)
- Language: TypeScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Calculator
[](https://app.netlify.com/projects/hihello-calc/deploys)
[https://hihello-calc.netlify.app/](https://hihello-calc.netlify.app/)
A simple, responsive calculator built with React and TypeScript. Supports basic arithmetic operations, decimal input, and clear functionality.
## Features
- Basic math operations: `+`, `-`, `*`, `/`
- Decimal number input
- Clear (`AC`)
- Keyboard-friendly structure
- Grid layout with support for dynamic column spans
## Getting Started
### Install dependencies
```bash
pnpm install
```