/interactive-calendar

Interactive Calendar

Primary LanguageTypeScript

About The Project

React application that uses Microsoft Graph API to access Outlook and OneDrive data.

  • Use Microsoft Graph API to access Outlook data
  • Interactive calendar that displays the events from Outlook and allows user to manage events, meetings, etc. within the application

Run Application Locally

  1. Clone this repo
  git clone https://github.com/blminami/interactive-calendar.git
  1. Navigate to the root folder using the terminal or your favorite IDE
  2. Install NPM packages
  npm install
  1. Start the application
  npm start

Tech Stack

  • React
  • Web Components
  • Finastra Design System
  • Microsoft Graph API