A modern, feature-rich calculator application built with React, TypeScript, and Tailwind CSS.
Multiple Calculation Modes
Scientific Functions
Programmer Features
Unit Converter
Modern UI/UX
Clone the repository:
git clone https://github.com/olamkaira/actarithm.git
cd actarithm
Install dependencies:
npm install
# or
yarn install
Start the development server:
npm run dev
# or
yarn dev
Open http://localhost:5173 in your browser.
npm run build
# or
yarn build
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under the MIT License - see the LICENSE file for details.