You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
# Next.js basics
2
2
3
-
This repo is made of 3 projects:
3
+
This repo is made of 4 projects:
4
4
5
5
1.[**Batman App**](#batman): A web app about Batman TV Shows to understand Next.js basics.
6
6
2.[**Blog App**](#blog): A very simple blog app.
7
7
3.[**Game Vibes**](#gamevibes): A quick project using Netlify Identity with Next.js.
8
+
4.[**Marmite**](#marmite): A small recipe app combining Next.js with Contentful.
8
9
9
10
## <aname="batman"></a>1) Batman app
10
11
@@ -81,3 +82,25 @@ A quick project using Netlify Identity with Next.js.
81
82
- enabling Google and GitHub as auth providers.
82
83
83
84
Based on [Next.js & Identity (auth) Tutorial](https://www.youtube.com/watch?v=IM7a6BxNof8&list=PL4cUxeGkcC9ig-veuRaLI4QB0Ws8xMzjv) by Shaun Pelling - The Net Ninja (2021).
85
+
86
+
## <aname="marmite"></a>4) Marmite
87
+
88
+
A small recipe app combining Next.js with Contentful.
0 commit comments