Calculator
This is a calculator application built with React. It includes both a basic calculator and a premium calculator.
To install the project, follow these steps:
- Clone the repository:
git clone https://github.com/raseldc/myCalculator.git - Navigate into the project directory:
cd myCalculator - Install the dependencies:
npm install
To run the application in development mode, use the command npm start. Open http://localhost:3000 to view it in the browser.
To build the application for production, use the command npm run build.
To run the tests for the application, use the command npm test.
If you want to contribute to this project, please submit a pull request.
This project is licensed under the MIT License.