OpenBankProject / OBP-API

An open source RESTful API platform for banks that supports Open Banking, XS2A and PSD2 through access to accounts, transactions, counterparties, payments, entitlements and metadata - plus a host of internal banking and management APIs.
https://www.openbankproject.com/
1.55k stars 430 forks source link

Make webapp responsive #354

Open sebtesobe opened 7 years ago

sebtesobe commented 7 years ago

As once mentioned in #18 and becoming apparent in #351 , the complete webapp of the OBP API needs to become responsive, built from the ground up. The CSS should be replaced completely, including merging of responsive_login.css into website.css. Probably also some HTML code needs tweaking. It is advisable to use a framework like https://getbootstrap.com (open to other suggestions).

simonredfern commented 7 years ago

See the folder OBP-API/todo_responsive which now contains a responsive HTML / CSS for the index page.