Skip to content

codingdestro/calculator

Repository files navigation

The Calculator

A fully functional calculator for basic calculation and unit conversion.

Project Overview

This project is a React.js application with scss and Typescript.

It includes a basic calculator and a unit convertor.

Getting Started## Getting Started

Installation

  1. Clone the repository:

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

    npm install

    or

    yarn

Running the development server

npm run dev

or

yarn dev

Open http://localhost:5173 in your browser to view the application.

Building for production

To create an optimized production build, run:

npm run build

or

yarn build

This will generate a out directory containing the optimized build.