hbarry89 / My-Calculator

➕➖➗✖️ My Calculator is an Alexa Skill for basic arithmetic operations using voice or text input, ensuring accurate calculations and enhancing productivity.

Home Page:https://drive.google.com/file/d/14cvSn15JdYe9VVUz4m0Rgspdeat-4Etx/view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

➗ My Calculator

📝 Description

"My Calculator" is an Alexa skill designed to provide users with a convenient way to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. With this skill, users can utilize their Amazon Echo devices or any Alexa-enabled device to perform quick calculations without the need for a physical calculator or smartphone.

💻 Preview

  • Click here for a video demo.

  • Please note that this skill is in developer mode and it is for testing purposes only.

My Calculator Alexa Skill

🔧 Technologies Used

  • Alexa Skill Kit
  • AWS Lambda Function
  • Node.js
  • VS Code

🌟 Features

  • Voice and Text Input: Users can choose to interact with "My Calculator" using either voice or text input.

  • Error Handling and Validation: The skill is equipped with error handling to ensure accurate calculations and provides appropriate feedback to guide users in case of missing numbers.

  • Continuous Usage: Users can perform multiple calculations in a single session without needing to restart the skill. Alexa remains active and ready to perform additional operations, making it easy to perform a series of calculations in quick succession.

  • The skill features four intents: AddIntent, SubtractIntent, MultiplyIntent, and DivideIntent along with their respecive slots and utterances:

    • Addition: Users can ask Alexa to add two numbers together.

    • Subtraction: Alexa can subtract one number from another based on user commands.

    • Multiplication: Users can ask Alexa to multiply two numbers.

    • Division: Alexa can perform division operations, dividing one number by another.

📚 Resources

Thank you for visiting! 🎀

About

➕➖➗✖️ My Calculator is an Alexa Skill for basic arithmetic operations using voice or text input, ensuring accurate calculations and enhancing productivity.

https://drive.google.com/file/d/14cvSn15JdYe9VVUz4m0Rgspdeat-4Etx/view


Languages

Language:JavaScript 100.0%