Welcome to my Calculator App! This is a hobby project built with Next.js to showcase my development skills and create a versatile tool for performing various types of calculations. The app includes several calculators such as:
- Basic Calculator
- Scientific Calculator
- Financial Calculator
- BMI Calculator
- And more calculators to come!
- Basic Calculator: Perform simple arithmetic operations like addition, subtraction, multiplication, and division.
- Scientific Calculator: Handle advanced calculations, including trigonometric, logarithmic, and exponential functions.
- Financial Calculator: Compute loan payments, interest rates, and other financial metrics.
- BMI Calculator: Easily calculate Body Mass Index (BMI) based on height and weight.
- Frontend: Next.js, React, TailwindCSS (for styling)
- Backend: Not required (all calculations are performed on the client-side)
- Deployment: Hosted on Vercel
To run this project locally:
-
Clone the repository:
git clone https://github.com/blueorionn/calculator.git cd calculator
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000
.
This project is licensed under the MIT License.
Thank you for checking out my Calculator App!