Skip to content

Commit b9fa67e

Browse files
committed
Added info on options and feedback
1 parent 0a6b0cf commit b9fa67e

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

tutorial/completed.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
<!-- markdownlint-disable MD002 MD041 -->
22

3-
You've completed the React Microsoft Graph tutorial. Now that you have a working app that calls Microsoft Graph, you can experiment and add new features. Visit the [Overview of Microsoft Graph](/graph/overview.md) to see all of the data you can access with Microsoft Graph.
3+
You've completed the React Microsoft Graph tutorial. Now that you have a working app that calls Microsoft Graph, you can experiment and add new features. Visit the [Overview of Microsoft Graph](/graph/overview) to see all of the data you can access with Microsoft Graph.
4+
5+
## Feedback
6+
7+
Please provide any feedback on this tutorial in the [GitHub repository](https://github.com/microsoftgraph/msgraph-training-reactspa).

tutorial/intro.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
This tutorial teaches you how to build a React single-page app that uses the Microsoft Graph API to retrieve calendar information for a user.
44

5+
> [!TIP]
6+
> If you prefer to just download the completed tutorial, you can download or clone the [GitHub repository](https://github.com/microsoftgraph/msgraph-training-reactspa).
7+
58
## Prerequisites
69

710
Before you start this tutorial, you should have [Node.js](https://nodejs.org) installed on your development machine. If you do not have Node.js, visit the previous link for download options.
811

912
> [!NOTE]
10-
> This tutorial was written with Node version 10.7.0. The steps in this guide may work with other versions, but that has not been tested.
13+
> This tutorial was written with Node version 10.7.0. The steps in this guide may work with other versions, but that has not been tested.
14+
15+
## Feedback
16+
17+
Please provide any feedback on this tutorial in the [GitHub repository](https://github.com/microsoftgraph/msgraph-training-reactspa).

0 commit comments

Comments
 (0)