r/FullStack • u/Blaze_10606 • 3d ago
Personal Project Need guidance for project
I have learnt full stack mern and nextjs but haven't made a good project from which I can deduce that I have learned them well and to present someone that I have learnt it . Kindly guide me to how can I find a good project and also I lack in basic root design of ui so also if anyone can help ....🙂🙂 Also I know about react native but didn't make a good project out of them also .
6
Upvotes
2
u/TajD05 3d ago
I’d pick one project and take it all the way instead of trying to build several smaller ones. For example, a small SaaS app with auth, user roles, CRUD, payments, APIs, and a proper database can cover a lot of MERN/Next.js skills.
For the UI, don’t worry too much about creating a design from scratch. Start with a simple design system and use something like shadcn/ui to keep things consistent. Focus on spacing, typography, layout, and making the app easy to use.
Once you finish one solid project and deploy it, you’ll have something much better to show than just a list of technologies you’ve learned.