5 Github Repositories To Master Next.js ๐Ÿ˜Ž

5 Github Repositories To Master Next.js ๐Ÿ˜Ž

ยท

2 min read

Hey everyone! ๐Ÿ‘‹ Today I want to share 5 awesome Github repos that will help you master Next.js.

Next.js is so cool - it makes building React apps easy and fun! ๐Ÿคฉ

Let's see them ๐Ÿ‘‡

1. Taxonomy

This repo by shadcn-ui is an open source app built with Next.js 13:

https://github.com/shadcn-ui/taxonomy

It uses all the latest features like the new router, server components, and more. You'll learn a ton studying this code! It also looks super modern and has nice UI components. ๐Ÿ’…

2. Skateshop

If you want to build an ecommerce store, check out this open source skateshop by sadmann7:

https://github.com/sadmann7/skateshop

It uses Next.js 13 and has a real storefront, products, cart and checkout! I want to build a shop just like this someday. ๐Ÿ›น

3. Portfolio Website

Looking to create a personal portfolio? Follow this project by ByteGrad:

https://github.com/ByteGrad/portfolio-website

It shows how to make a fast, good-looking portfolio site with Next.js and React. You'll pick up tips for animations, design, configs, and more! ๐ŸŽจ

4. Friendz

Here's a social app for learning Next.js basics:

https://github.com/taqui-786/project-friendz

It uses TypeScript, Mantine hooks, form handling and other neat stuff. Nice for beginning your Next.js journey! ๐Ÿš€

This simple link shortener app by taqui-786 is great for practice:

https://github.com/taqui-786/itZmyLink

It's built with Next.js, TypeScript, and API routes. Check it out to get ideas for your own projects! ๐ŸŒ


So that's my list of 5 awesome Github repos for leveling up your Next.js skills.

Clone them, play around with the code, and have fun building! โœจ

Happy Coding ๐Ÿ˜Š

Did you find this article valuable?

Support Today'sCode by becoming a sponsor. Any amount is appreciated!

ย