Skip to content

glaucia86/msgraph-nextjs-workshops

 
 

Repository files navigation

Take a Break Reminder App

Take-a-Break-Reminder-App.gif

Take a break Reminder is an application that aims to remind you of the importance of taking time to do what you want to take a break from your work schedule! Our main goal is teach you how to develop an application using Microsoft Graph JavaScript SDK integrated with Microsoft Teams and Alexa!

🚀 Resources Used

🔥 How to run the application locally?

  1. First go to the folder: demo -> reminder-app and run the command:
npm install
  1. Now create a file called: local.settings.json (root of the project) and include this information below:
{
  "IsEncrypted": false,
  "Values": {
    "FUNCTIONS_WORKER_RUNTIME": "node",
    "AzureWebJobsStorage": ""
  },
  "Host": {
    "LocalHttpPort": 7071,
    "CORS": "*"
  }
}
  1. Now you can execute the command:
npm run dev

under construction

⭐️ Important Resources

❓ Questions? Comments?

If you have any questions about the code developed, feel free to open an ISSUE HERE. We'll get back to you soon!

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •