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! ๐
5. ItzmyLink
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! โจ