An open API service indexing awesome lists of open source software.

https://github.com/atymri/spa-sinplepageapplication

SPA is a basic experiment in building a Single Page Application using only vanilla JavaScript, HTML, and CSS. It doesn’t use any frontend frameworks like React or Vue – just raw code to understand how SPAs actually work under the hood.
https://github.com/atymri/spa-sinplepageapplication

ajax asp-net asp-net-mvc bootstrap csharp javascript single-page-app spa

Last synced: 9 months ago
JSON representation

SPA is a basic experiment in building a Single Page Application using only vanilla JavaScript, HTML, and CSS. It doesn’t use any frontend frameworks like React or Vue – just raw code to understand how SPAs actually work under the hood.

Awesome Lists containing this project

README

          

# Single- Page Application (SPA)

This is a minimal Single Page Application built using plain JavaScript, HTML, and CSS, on asp.net.
It demonstrates basic client-side routing without relying on any external frameworks.

## Features

* Client-side routing u
* Clean structure with HTML, CSS, and JS
* No external heavy libraries or frameworks for javascript

## Getting Started

1. Clone the repository:

```bash
git clone https://github.com/atymri/SPA-SinplePageApplication.git
cd SPA-SinplePageApplication
```
1. Run `dotnet build`
2. Then `dotnet run`

## License

MIT License, feel free to contribute.