AhmedRz1122/Food_restrauent_website — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple, modern fast food ordering website.

I want a homepage with a menu section that shows food by category, with nice images, item names, prices, and short descriptions. Users should be able to add items to an order, adjust quantities, remove items, and see a clear order summary with the total before checking out. The checkout flow should feel easy and clean, and after placing an order the user should get a confirmation screen.

Please also add account features so people can register, log in, and stay authenticated securely with JWT. Orders should be saved in MongoDB Atlas so they can be stored properly, not just kept in the browser. Use a React frontend with a Node and Express backend, and make the styling polished with Tailwind so it looks like a real food restaurant site.

Please connect everything end to end and make it runnable locally with clear setup steps. If anything is missing, look up current docs online if you need to.

Want more depth? Deep Reverse