|
1 |
| -# Microsoft Graph JavaScript SDK with Next.js Tutorials |
| 1 | +# Workshops - Learn: Microsoft Graph JavaScript SDK with Next.js |
2 | 2 |
|
3 |
| -Welcome to the Microsoft Graph JavaScript SDK with Next.js Tutorials. In this repository, you will find a series of tutorials that will help you to learn how to develop an application using Microsoft Graph JavaScript SDK with Next.js. |
| 3 | + |
| 4 | + |
| 5 | +<p style="text-align: center;">❤️ Developed by the Community for the Community!❤️</p> |
| 6 | +<br/> |
| 7 | + |
| 8 | +Welcome to the Microsoft Graph JavaScript SDK with Next.js Workshops. In this repository, you will find a series of workshops that will help you to learn how to develop an application using Microsoft Graph JavaScript SDK with Next.js. |
4 | 9 |
|
5 | 10 | ## 🚀 Resources Used
|
6 | 11 |
|
7 | 12 | - **[Visual Studio Code](https://code.visualstudio.com/)**
|
8 | 13 | - **[Microsoft Teams](https://www.microsoft.com/en-us/microsoft-teams/download-app?rtc=2)**
|
9 | 14 | - **[Microsoft 365 Developer Program](https://developer.microsoft.com/en-us/microsoft-365/dev-program)**
|
10 | 15 | - **[Microsoft Graph](https://developer.microsoft.com/en-us/graph)**
|
11 |
| - * **[Microsoft Graph JavaScript SDK](https://github.com/microsoftgraph/msgraph-sdk-javascript)** |
| 16 | +- **[Microsoft Graph JavaScript SDK](https://github.com/microsoftgraph/msgraph-sdk-javascript)** |
12 | 17 | - **[Node.Js 16.x](https://nodejs.org/en/)**
|
13 | 18 | - **[Next.Js](https://nextjs.org/learn/foundations/about-nextjs)**
|
14 | 19 |
|
15 |
| -## 📚 How to Follow the Tutorial? |
| 20 | +## 📚 How to Follow the Workshops? |
| 21 | + |
| 22 | +The workshops was written in a way that you can follow it in order. However, you can also jump to a specific workshop if you want to learn a specific topic. And also, if you want to translate the workshops to your language, you can do it by following the **[Translation Guide](translation-guide.md)**. |
| 23 | + |
| 24 | +| Workshops | en-us | pt-br | es | fr | |
| 25 | +| ------------------ | -------------------------------------------------------- | -------------------------------------------------------- | ------------ | ------------ | |
| 26 | +| Authentication App | **[HERE](workshops/en-us/workshop-demo-01/01-intro.md)** | **[AQUI](workshops/pt-br/workshop-demo-01/01-intro.md)** | **[TODO]()** | **[TODO]()** | |
| 27 | +| Reminder App | **[HERE](workshops/en-us/workshop-demo-02/01-intro.md)** | **[AQUI](workshops/pt-br/workshop-demo-02/01-intro.md)** | **[TODO]()** | **[TODO]()** | |
| 28 | +| | | | | | |
| 29 | + |
16 | 30 |
|
17 |
| -To follow the tutorial, you can access the link below: |
| 31 | +- **[Workshop: Authentication App]()** |
| 32 | +- **[Workshop: Reminder App](../tutorial-demo-02/01-intro.md)** |
18 | 33 |
|
19 |
| -- **[Tutorial: Authentication App](../tutorial-demo-01/01-intro.md)** |
20 |
| -- **[Tutorial: Reminder App](../tutorial-demo-02/01-intro.md)** |
| 34 | +## ⭐️ Free Courses & Important Resources |
21 | 35 |
|
22 |
| -## ⭐️ Important Resources |
| 36 | +Here are some free courses and important resources that you can use to learn more about Microsoft Graph and Microsoft 365. |
23 | 37 |
|
24 | 38 | - ✅ **[Free Courses - Microsoft Graph](https://docs.microsoft.com/en-us/training/browse/?products=ms-graph&resource_type=learning%20path)**
|
25 | 39 | - ✅ **[Microsoft Graph Fundalmentals](https://learn.microsoft.com/en-us/training/paths/m365-msgraph-fundamentals/)**
|
|
0 commit comments