Skip to content

Demo application built using SharePoint Framework that helps you keep track of your activities planned for the day.

Notifications You must be signed in to change notification settings

waldekmastykarz/spfx-productivity-dashboard

Repository files navigation

One Productivity Hub powered by SharePoint Framework

This repository contains a demo application that helps you keep track of your activities planned for the day. The application is built using the SharePoint Framework and runs in Microsoft Teams, Outlook, Microsoft 365 app, and SharePoint. It uses Microsoft Graph Toolkit to connect to Microsoft Graph and display data from Microsoft 365.

One Productivity Hub displayed in Microsoft Teams

This solution is inspired by the One Productivity Hub built by Ayça Bas.

Used SharePoint Framework Version

version

Prerequisites

Solution

Solution Author(s)
One Productivity Hub Waldek Mastykarz, @waldekm

Version history

Version Date Comments
1.0 November 1, 2022 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

Features

This solution illustrates the following concepts:

References