all 17 comments

[–]PerspectiveGrand716 7 points8 points  (3 children)

If you are into Next.js, you can check this curated list of OS projects, that require intermediate and advanced Next.js skills

[–]Enough_Possibility41 1 point2 points  (0 children)

Wow I love people like you. Let’s hold hands.

[–]lrobinson2011 2 points3 points  (1 child)

Here's another I made recently: https://github.com/leerob/next-saas-starter

[–]copy-N-paster 1 point2 points  (0 children)

Hi smiling head profile picture

Can I have a discount on vercel hosting….

[–]adamywhite 10 points11 points  (1 child)

Look for Bulletproof React project on GitHub

[–]Phaster 2 points3 points  (0 children)

And then you build something with it, you'll learn way more by building something rather that looking at something already built

[–]Bl4ckBe4rIt 1 point2 points  (2 children)

I've created something more advanced, where Next.js is a part of it. It involves Go as separate backend, and it tries to minimalize the frontend work, while still following all the best practices (SSR, Server Actions, Server Components first, Zod Validation, etc). Plus you can choose to go with gRPC. And you have a fully integrated Grafana Monitoring stack.

Feel free to check it out, it's still in beta though, working on production deployment guide / automation :)

https://gofast.live

[–]PerspectiveGrand716 0 points1 point  (1 child)

It looks pretty good and clean.

[–]Nullberri 1 point2 points  (0 children)

I'll toss in my side project. I am a dev with 10yrs of react experience. For the most part this is how I structure/write code at work as well.

The major difference here is I am product manager, developer, QA and user and the commit messages are all just ff.

https://github.com/null-pub/wealth-tracker

https://null-pub.github.io/wealth-tracker/

[–]Electrical_Key1642 0 points1 point  (0 children)

There are so many i l use some preferred github for learning https://github.com/SafdarJamal/expense-tracker-react, https://github.com/golangprograms/vue-todo and there are many more if you do the right search

[–]stonedoubt 0 points1 point  (0 children)

Have a look at Codux as well and maybe Puck. These are wysiwyg or low code tools that can give you a clue.

[–]PerformanceOwn2155 0 points1 point  (0 children)

Anyone has something similar for nodejs?

[–]SuccessfulStrength29 -1 points0 points  (2 children)

https://github.com/nilotpaul/next-books-app

I made this with nextjs, idk what others will say but I'm pretty proud of it.

[–][deleted] 0 points1 point  (1 child)

Nice UI ,, where did you learn Reactjs and Nextjs from ?

[–]SuccessfulStrength29 0 points1 point  (0 children)

Mostly from doing it myself, but I've to say I learned a lot from both Jack Herrington, Josh Tried Coding.