/Calculator

A simple calculator app to calculate calculations

Primary LanguageJavaScriptMIT LicenseMIT

📗 Table of Contents

📖 Simple calculator

Simple calculator is a calculator app where you can do all the basic operations and see the results display in real time.

🛠 Built With

Tech Stack

Client

Key Features

  • [Add, multiply, divide]
  • [Dinamyc result update]
  • [SPA]

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

npm installed

Setup

Clone this repository to your desired folder:

  • git clone git@github.com:Oscar-Espinoza/Calculator.git
  • cd Calculator

Install

Install this project with:

  • npm install

Usage

To run the project, execute the following command:

  • npm start

Run tests

To run tests, run the following command:

npm run test

(back to top)

👥 Authors

👤 Oscar Espinoza

(back to top)

🔭 Future Features

Describe 1 - 3 features you will add to the project.

  • [Scientific Functions]
  • [Unit Conversion]
  • [Currency Conversion]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

I am excited to share my new calculator app with you. This app is designed to be a versatile and user-friendly tool for all your calculation needs. Whether you are a student, a professional, or simply someone who needs to do math on a daily basis, I believe this app will be a valuable asset for you.

I have put a lot of time and effort into developing this app, and I hope you will find it useful. If you do, I would greatly appreciate your support. By downloading and using my app, you will be helping me to continue improving and updating it with new features and functionality.

Thank you in advance for your support. I hope you enjoy using my app as much as I enjoyed creating it.

Sincerely,

[Oscar Espinoza]

(back to top)

📝 License

MIT License

Copyright (c) [2023] [Oscar Espinoza]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

(back to top)