A lightweight React web calculator supporting basic arithmetic operations.
Styled with Tailwind CSS and deployed via GitHub Pages for instant public access.
- Perform basic arithmetic operations (add, subtract, multiply, divide)
- Clear and responsive layout built with Tailwind CSS
- Real-time display updates as you type
- Keyboard input support (optional improvement)
- Deployed to GitHub Pages for live demo access
Follow these steps to run the project locally:
# Clone the repository
git clone https://github.com/Keremunce/react-calculator-app.git
# Navigate into the folder
cd react-calculator-app
# Install dependencies
npm install
# Run the development server
npm start