I am building a simple app that allows users to search for popular products in amazon by how much they are willing to pay by calling the amazon product api. I will probably only need 3-4 screens and won't have a authentication system.
Do I need a back-end framework? Or can I just use angular to make the api call and redirect them to the amazon with the shopping cart populated?