An open API service indexing awesome lists of open source software.

https://github.com/asasmith/hihello-technical


https://github.com/asasmith/hihello-technical

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# React Calculator
[![Netlify Status](https://api.netlify.com/api/v1/badges/012c3dd6-8bd5-43db-992d-69243ee2d89b/deploy-status)](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
```