/calculator

Primary LanguageJavaScriptMIT LicenseMIT

Calculator APP


Logo

This is the First Project of the Microverse React curriculum!
Explore the docs »

Report Bug Request Feature

Table of Contents

About The Project

This is a simple calculator web app, is built using create-react-app for bootstrap the initial configuration of the project, it use prop-types for type checking and big.js as helper library for math operations

Built With

This project was built using these technologies.

  • create-react-app(for initial setup)
  • Javascript ES6
  • React
  • Big.Js
  • prop-types
  • Scss
  • EsLint
  • Stylelint
  • VsCode

Live version

Click here!

Usage

Type in your temrinal:

  • to clone git clone https://github.com/ioilmio/calculator
  • to install dependencies npm install
  • to run the dev server npm start
  • to build the project use npm run build

Make your operation as usual

  1. run a dev server using npm start
  2. click on numbers and operations;
  3. See the result;

Author

👤 Illuminato Salvatore

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgements