Skip to content
#

Single-page application (SPA)

Single-page applications (SPA) are client-side applications that don’t route via different pages but rather combine the logic for different contents into one page. This was historically achieved via hashbang URI fragments (#!). With the introduction of the pushState API, this state can now be properly used within the browser history, in bookmarks and sharing.

Another important point for SPA was the lack of proper SEO but developers and frameworks found ways around that.

Here are 353 public repositories matching this topic...

This project is a personal CV and portfolio website built with HTML and CSS. It showcases Inna Tarasyan’s professional background as a web developer, including: Education — Master’s degrees in Computer Science and Cybernetics, along with technical training. Experience — Hands-on work in Laravel development, and remote freelance projects.

  • Updated Sep 26, 2025
  • HTML