Single page apps
A popular trend in web development today is the single page app. From a static website design standpoint, that might sound a little scary. How do I approach an app that is only one page when I'm used to dealing in multiple pages? It's actually not that tough if you are strategic in how you design your project.
For this chapter, our project has the following pages or sections: Home, About, Contact, and Login/Registration. Normally, you would treat those as four different pages. With my design, home is the only actual page. The other elements will be built off the home page. A little later, we'll do some heavy customization to the Bootstrap modal component for the other sections we need.
For now, don't worry about this. I'm bringing it up because this project will only have one actual page template, which is index.ejs
.