Skip to content

blueorionn/calculator

Repository files navigation

Calculator App

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!

Features

  • 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.

Tech Stack

  • Frontend: Next.js, React, TailwindCSS (for styling)
  • Backend: Not required (all calculations are performed on the client-side)
  • Deployment: Hosted on Vercel

Installation

To run this project locally:

  1. Clone the repository:

    git clone https://github.com/blueorionn/calculator.git
    cd calculator
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open your browser and navigate to http://localhost:3000.

License

This project is licensed under the MIT License.

Thank you for checking out my Calculator App!