tricksterbivek/XMOPS — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a working XMPOS web app using the existing JavaScript project. Treat it like a simple point of sale system for a small shop, but keep it appropriate for a Technology Application project.

I want a clean interface where someone can log in, view products, add or edit items, make a sale, see the cart total, and save basic sales records. Add a simple dashboard that shows useful numbers like total products and recent sales. The backend should actually store and return the data, not just fake everything on the screen.

Please make it easy to run locally, with clear setup steps in the README. If the current code already has a direction, follow it and improve it instead of rewriting everything for no reason. Keep the design simple, neat, and student project friendly. Look up current docs online if you need to.

Want more depth? Deep Reverse