This project is a feature-rich, modern web calculator designed to perform a variety of calculations efficiently. It includes a standard calculator for basic arithmetic operations, a specialized BMI calculator to help users determine their Body Mass Index, and an income calculation tool that enables users to compute their earnings. Built with React, Vite, TypeScript, Tailwind CSS, and ShadCN UI, this application provides a smooth and responsive user experience.
- Standard calculator for basic arithmetic operations
- BMI calculator for health-related calculations
- Income calculation tool for computing earnings
- Responsive design using Tailwind CSS
- Interactive and modern UI with ShadCN UI
- Fast performance with Vite
- React 18.0.0
- Vite for fast development and build optimization
- TypeScript for type safety
- Tailwind CSS for utility-first styling
- ShadCN UI for a modern user interface
-
Clone the repository
git clone https://github.com/mochrks/web-calc-project.git cd web-calc-project
-
Install dependencies
npm install
-
Run the development server
npm run dev
-
The application will be running on http://localhost:port.