A modern, theme-customizable calculator built with React, TypeScript, and Tailwind CSS. Designed with simplicity and UI/UX in mind.
- Perform basic operations: Add, Subtract, Multiply, Divide
- Percentage, Clear, and Delete functionalities
- Dark mode and Light mode support
- 6 themes:
- 3 for Dark Mode
- 3 for Light Mode
- React
- TypeScript
- Tailwind CSS
# Clone the repository
git clone https://github.com/your-username/calculator-app.git
# Install dependencies
npm install
# Start the development server
npm run dev