An open API service indexing awesome lists of open source software.

https://github.com/blueorionn/calculator

Calculator app for day to day calculation.
https://github.com/blueorionn/calculator

calculator calculator-application calculator-javascript nextjs nextjs14 react tailwindcss

Last synced: 2 months ago
JSON representation

Calculator app for day to day calculation.

Awesome Lists containing this project

README

        

# 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](https://nextjs.org/), [React](https://reactjs.org/), [TailwindCSS](https://tailwindcss.com/) (for styling)
- **Backend**: Not required (all calculations are performed on the client-side)
- **Deployment**: Hosted on [Vercel](https://vercel.com/)

## Installation

To run this project locally:

1. Clone the repository:

```bash
git clone https://github.com/blueorionn/calculator.git
cd calculator
```

2. Install dependencies:

```bash
npm install
```

3. Run the development server:

```bash
npm run dev
```

4. Open your browser and navigate to `http://localhost:3000`.

## License

This project is licensed under the [MIT License](https://github.com/blueorionn/calculator/blob/main/LICENSE).

Thank you for checking out my Calculator App!