/Calculator

Create a basic calculator using React

Primary LanguageJavaScript

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Project Description

This project is a basic calculator made using React. Users can chain multiple operations and push the equals sign multiple times as you would in a normal calculator application.

Future Improvements

Dynamic resizing of font size in the calculator's display to prevent overflow

Adding TypeScript

Adding unit tests to ensure correct functionality