From 164908c1c7a20b71193056d235ea4ee34b4f2edf Mon Sep 17 00:00:00 2001 From: Sushanth012 Date: Thu, 2 Jul 2026 23:45:48 -0700 Subject: [PATCH] Add Next.js App Router tutorial --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9f3119b7e..18a385f9f 100644 --- a/README.md +++ b/README.md @@ -263,6 +263,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Part 7](https://www.youtube.com/watch?v=M_hFfrN8_PQ) - [React Phone E-Commerce Project(video)](https://www.youtube.com/watch?v=-edmQKcOW8s) +#### Next.js: + +- [App Router](https://nextjs.org/learn/dashboard-app) + #### Angular: - [Build an Instagram Clone with Angular 1.x](https://hackhands.com/building-instagram-clone-angularjs-satellizer-nodejs-mongodb/)