sp-dev-fx-webparts/samples/react-my-personal-apps/README.md

96 lines
2.2 KiB
Markdown
Raw Normal View History

---
page_type: sample
products:
- office-sp
languages:
- javascript
- typescript
extensions:
contentType: samples
technologies:
- SharePoint Framework
- Microsoft Graph
platforms:
- React
createdDate: 4/9/2020 12:00:00 AM
---
2020-04-09 19:28:57 -04:00
# React My Personal Apps (Links)
## Summary
The Web Part My Personal Apps allows the user to define links to Applications or Sites for quick access.
2020-04-09 19:28:57 -04:00
This Web Part uses MSgraph Open Extension to save the personal information on user object.
2020-04-09 19:28:57 -04:00
  
2020-04-11 07:56:03 -04:00
![Birthdays Web Part](./assets/image14.png)
![Birthdays Web Part](./assets/image13.png)
![Birthdays Web Part](./assets/image12.png)
2020-04-09 20:08:24 -04:00
2020-04-09 19:28:57 -04:00
![PersonalApps](./assets/image11.png)
![PersonalApps](./assets/Image2.png)
2020-04-09 20:08:24 -04:00
2020-04-09 20:19:33 -04:00
![PersonalApps](./assets/Image3.png)
2020-04-09 19:28:57 -04:00
2020-04-09 20:20:45 -04:00
![PersonalApps](./assets/Image4.png)
2020-04-09 19:28:57 -04:00
2020-04-09 20:20:45 -04:00
![PersonalApps](./assets/Image5.png)
2020-04-09 19:28:57 -04:00
2020-04-09 20:03:26 -04:00
![PersonalApps](./assets/Image06.png)
2020-04-09 19:28:57 -04:00
2020-04-09 20:20:45 -04:00
![PersonalApps](./assets/Image7.png)
2020-04-09 19:28:57 -04:00
2020-04-09 20:20:45 -04:00
![PersonalApps](./assets/Image8.png)
2020-04-09 19:28:57 -04:00
2020-04-09 20:20:45 -04:00
![PersonalApps](./assets/Image9.png)
2020-04-09 19:28:57 -04:00
2020-04-09 20:20:45 -04:00
![PersonalApps](./assets/Image10.png)
2020-04-09 19:28:57 -04:00
## Used SharePoint Framework Version
2020-04-09 19:28:57 -04:00
![drop](https://img.shields.io/badge/version-1.10.0-green.svg)
## Applies to
* [SharePoint Framework](https:/dev.office.com/sharepoint)
* [Office 365 tenant](https://dev.office.com/sharepoint/docs/spfx/set-up-your-development-environment)
## Solution
Solution|Author(s)
--------|---------
react My Personal Apps|João Mendes
## Version history
Version|Date|Comments
-------|----|--------
1.0.0|April 9, 2020|Initial release
1.0.1|April 28, 2020| Bug fix URL Links - Zach Roberts [SPODev](https://spodev.com)
2020-04-09 19:28:57 -04:00
## Disclaimer
2020-04-09 19:28:57 -04:00
**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
Please follow all the steps:
2020-04-09 19:28:57 -04:00
- Clone this repository
- in the command line run:
- `npm install`
- `gulp build`
- `gulp bundle --ship`
- `gulp package-solution --ship`
- Add and deploy package to your tenant's App Catalog
- Go to **API Access** - from **SharePoint Admin Center** new experience, and **Approve** the permission to use Microsoft Graph scope **User.ReadWrite.All**
2020-04-09 19:28:57 -04:00
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-my-personal-apps" />