A simple yet functional calculator built with React.js. Supports both mouse and keyboard input for a seamless user experience.
- Basic arithmetic operations: Addition, Subtraction, Multiplication, Division
- Clear and Delete functionality
- Keyboard input support
- Decimal point support
- Built with clean and minimal React code
- Responsive UI with custom styling
Coming soon...
- Node.js & npm installed
- Git installed
# 1. Clone the repository
git clone https://github.com/arnab-maiti/HISABKARI.git
# 2. Navigate to the project directory
cd HISABKARI
# 3. Install dependencies
npm install
# 4. Run the application
npm run dev