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.
- Host: GitHub
- URL: https://github.com/blueorionn/calculator
- Owner: blueorionn
- License: mit
- Created: 2025-01-23T11:06:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T08:18:40.000Z (4 months ago)
- Last Synced: 2025-03-18T16:57:31.907Z (2 months ago)
- Topics: calculator, calculator-application, calculator-javascript, nextjs, nextjs14, react, tailwindcss
- Language: TypeScript
- Homepage: https://calculator.functionbasket.com
- Size: 298 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!