nesmaabdelmaboad/EduBridge — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me the EduBridge web app from this existing C# MVC project. The README only has the project name, so keep it practical and don’t overcomplicate it.

I want a clean education themed site where users can register, log in, manage their profile, and use simple pages for the main EduBridge experience. Make the home page explain that EduBridge connects learners with educational support, then add the usual account flows, friendly error pages, basic navigation, and responsive styling.

Wire the controllers, services, models, database persistence, mappings, and views together so the app actually runs end to end, with seed or sample data where needed. Use the existing folders and project structure instead of starting over. Make forms validate properly, show clear messages, and log errors in a sensible way.

If something is missing, choose the simplest reasonable approach for an ASP.NET MVC app. Look up current docs online if you need to.

Want more depth? Deep Reverse