Looking to create a basic web app with 5 specific views. The application is designed as a single page, starting with a loading screen/login. After the user submits their information, they will move on to the next view without seeing any other pages.
There are two main issues I am encountering:
- The content on the first page does not entirely fit on the screen.
- When adjusting button and image sizes for different devices using Bootstrap 3, it only accommodates one type of phone.
Seeking advice on the best way to structure this straightforward app for optimal user experience.