unnik6ish/finalproject-frontend — reverse-engineered prompt
Reverse engineered prompt
Build me a React frontend for a banking loan application portal. I want customers to be able to register, log in, see their own dashboard, and submit a loan application form with clear success or failure messages. I also need a separate admin login and admin dashboard where an admin can view all customers and all loan applications in simple tables.
Please make it feel like a real customer portal with a home page, about page, contact page, navigation, footer, and a responsive layout that works on desktop and mobile. Routes that should only be used after login need to be protected. Keep the styling clean and professional for a banking app.
Set it up so it can connect to a Spring Boot backend API later, and keep the code organized into reusable components. Add basic UI tests for the main pages or components, and include a Docker setup so the frontend can be run in a container.
Want more depth? Deep Reverse