Skip to content

Just a simple calculator app I built with TypeScript and Vite. It's got the basics covered and is super easy to use. Perfect for when you need to do some quick math.

License

Notifications You must be signed in to change notification settings

ItsPinion/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Version License

Calculator Screenshot

A simple yet functioning calculator built with TypeScript and Vite. This project demonstrates the use of modern web technologies to create a user-friendly calculator application.

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, and division.
  • Support for decimal numbers and percentage calculations.
  • Clear and delete functions.
  • Responsive design for a better user experience.

Installation

  1. Clone the repository:
    git clone git@github.com:ItsPinion/Calculator.git
    
  2. Navigate to the project directory:
    cd Calculator
    
  3. Install dependencies:
    npm install
    

Usage

To start the development server and see the calculator in action, run:

npm run dev

This will open the calculator in your default web browser. You can now perform calculations using the on-screen buttons.

Building for Production

To build the project for production, run:

npm run build

This will create a dist folder with the compiled assets.

Previewing the Build

To preview the production build, run:

npm run preview

This will serve the dist folder on a local server.

Live Demo

You can view and use the calculator live at https://calculator-itspinion.vercel.app.

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue if you find any bugs or have suggestions for improvements.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

If you have any questions or need further assistance, please feel free to contact me at out discord server.


About

Just a simple calculator app I built with TypeScript and Vite. It's got the basics covered and is super easy to use. Perfect for when you need to do some quick math.

Topics

Resources

License

Stars

Watchers

Forks