sp-dev-fx-webparts/samples/react-my-teams
Joel Rodrigues b5331ed08d React my teams (#795)
* Add my teams react web part

* update file extension

* add missing api permissions
2019-03-09 12:39:42 +02:00
..
assets React my teams (#795) 2019-03-09 12:39:42 +02:00
config React my teams (#795) 2019-03-09 12:39:42 +02:00
src React my teams (#795) 2019-03-09 12:39:42 +02:00
.editorconfig React my teams (#795) 2019-03-09 12:39:42 +02:00
.gitignore React my teams (#795) 2019-03-09 12:39:42 +02:00
.yo-rc.json React my teams (#795) 2019-03-09 12:39:42 +02:00
README.md React my teams (#795) 2019-03-09 12:39:42 +02:00
gulpfile.js React my teams (#795) 2019-03-09 12:39:42 +02:00
package-lock.json React my teams (#795) 2019-03-09 12:39:42 +02:00
package.json React my teams (#795) 2019-03-09 12:39:42 +02:00
tsconfig.json React my teams (#795) 2019-03-09 12:39:42 +02:00
tslint.json React my teams (#795) 2019-03-09 12:39:42 +02:00

README.md

React My Teams

Summary

This sample uses Microsoft Graph to list the Teams the current user is a member of. When the user clicks on one of the teams, the web part retrieves information about the default channel (General) and opens it. The web part can be configured to open the team on the web browser or client app.

Demo

Used SharePoint Framework Version

drop

Applies to

Prerequisites

  • Office 365 subscription with SharePoint Online licence
  • SharePoint Framework development environment already set up.

Solution

Solution Author(s)
react-my-teams Joel Rodrigues

Version history

Version Date Comments
1.0 February 26, 2019 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
  • in the command line run:
    • npm install
    • gulp serve

Features

This Web Part lists all the teams the current user is a member of.