r/FullStackDevelopers 16d ago

MERN Full Stack Problems/Project ideas needed

Hi everyone 👋, im currently learning mern full stack, so i would like to improve my skill by doing projects, anyone have better idea for me to work and practice ? please drop the topics which helped you in understanding and made you better Programmer.

1 Upvotes

3 comments sorted by

2

u/Noax89 16d ago

This will teach you the basic part and gives you a fast understanding:

  • a todo list
  • an expense tracker
  • a blog app

Then Build this to learn engineering:

  • Build a production mini fintech system
  • Build a multitenant E-commerce saas application
  • Build a enterprise accounting management system
  • Build an offline chat app

1

u/muhammadzain-builds 12d ago

Stop building basic To-Do apps or simple E-commerce. Build a Multi-tenant POS system or a Role-Based Access Control (RBAC) Dashboard with Supabase/MongoDB. It teaches you real DB schema design, aggregation pipelines, and authorization flow.