Skip to content

Commit 71c27aa

Browse files
feat: add youtube video tutorial
1 parent b677718 commit 71c27aa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

blog/2023-04-08-Create-Positive-Quotes-App.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ authors: [saurabhmehta]
77

88
In this tutorial we will build a simple Positive Quote App using React and Appwrite. This app will show list of positive quotes to user only if the user is logged in . We will be implementing email and password based authentication with our library `react-appwrite-auth-ui` .
99

10+
### Youtube Tutorial
11+
12+
<iframe width="560" height="315" src="https://www.youtube.com/embed/5NK9fcV3T6c" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
13+
14+
1015
:::note
1116
The source code for this tutorial is available here on [Github](https://github.com/saurabhmehta1601/tutorial-positive-quote-app-with-react-appwrite-auth-ui) .
1217
:::

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const config = {
8383
},
8484
{ to: '/blog', label: 'Blogs', position: 'left' },
8585
{
86-
href: 'https://github.com/appwrite-octernship/create-add-on-package-ui-helper-libraries-saurabhmehta1601',
86+
href: 'https://github.com/saurabhmehta1601/react-appwrite-auth-ui-docs',
8787
label: 'GitHub',
8888
position: 'right'
8989
}

0 commit comments

Comments
 (0)