Skip to content

Repository files navigation

React Calculator

Calculator Logotype

Description

A sleek, web-based calculator application built using React. This project provides a fully functional calculator interface for performing basic arithmetic operations. It utilizes big.js under the hood to handle arbitrary-precision decimal arithmetic, ensuring accurate results and preventing common JavaScript floating-point errors.

Live Demo

Try out the application live here

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have Node.js and npm (Node Package Manager) installed on your system.

Installation

  1. Navigate to the project directory:

    cd calculator
  2. Install the required project dependencies:

    npm install

Running the Application

To start the development server and run the application locally:

npm start

This will run the app in development mode. Open http://localhost:3000 to view it in your browser. The page will reload if you make edits.

Running Tests

To launch the test runner in interactive watch mode:

npm test

Building for Production

To build the app for production to the build folder:

npm run build

Technologies Used

  • React - A JavaScript library for building user interfaces.
  • big.js - A fast JavaScript library for arbitrary-precision decimal arithmetic.
  • Create React App - Toolchain for bootstrapping the React application.
  • gh-pages - Used for deploying the application to GitHub Pages.

About

A sleek, web-based calculator application built using React.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages