62 lines
1.5 KiB
Markdown
62 lines
1.5 KiB
Markdown
# React Graph Telephone Directory
|
|
|
|
## Summary
|
|
This is sample webpart using SPFx and MSGraph to fetch the users information based on First Name, Last Name and Email Address.
|
|
It will fetch the data and display in details list.
|
|
|
|
[picture of the web part in action]
|
|
|
|
## Used SharePoint Framework Version
|
|
|
|
![1.9.1](https://img.shields.io/badge/version-1.9.1-green.svg)
|
|
|
|
## Applies to
|
|
|
|
* [SharePoint Framework](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
|
|
* [Office 365 tenant](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment)
|
|
|
|
> Update accordingly as needed.
|
|
|
|
## Prerequisites
|
|
|
|
> Any special pre-requisites?
|
|
|
|
## Solution
|
|
|
|
Solution|Author(s)
|
|
--------|---------
|
|
folder name | Author details
|
|
|
|
## Version history
|
|
|
|
Version|Date|Comments
|
|
-------|----|--------
|
|
1.1|September 2, 2025|Update comment
|
|
1.0|August 29, 2025|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`
|
|
|
|
> Include any additional steps as needed.
|
|
|
|
## Features
|
|
|
|
Description of the web part with possible additional details than in short summary.
|
|
This Web Part illustrates the following concepts on top of the SharePoint Framework:
|
|
|
|
* topic 1
|
|
* topic 2
|
|
* topic 3
|
|
|
|
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/readme-template" />
|