A comprehensive calculator website with multiple calculator types and a beautiful UI with dark/light mode support.
- Multiple calculator types (Basic, Scientific, BMI, Currency, etc.)
- Dark/Light mode toggle
- Responsive design
- Clean and intuitive UI
- Node.js (v14 or later)
- npm or yarn
- Clone the repository
git clone https://github.com/codewithdhruba01/MultiCalc.git
cd MultiCalc
- Install dependencies:
npm install # or yarn
- Start the development server:
npm run dev # or yarn dev
- Open your browser and navigate to
http://localhost:5173
- Basic Calculator
- Scientific Calculator
- BMI Calculator
- Currency Converter
- Percentage Calculator
- Age Calculator
- Loan Calculator
- Unit Converter
- React
- TypeScript
- Vite
- Tailwind CSS