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.
- Host: GitHub
- URL: https://github.com/atymri/spa-sinplepageapplication
- Owner: atymri
- Created: 2025-06-04T21:43:09.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-06-04T21:54:23.000Z (10 months ago)
- Last Synced: 2025-06-05T03:11:18.621Z (10 months ago)
- Topics: ajax, asp-net, asp-net-mvc, bootstrap, csharp, javascript, single-page-app, spa
- Language: JavaScript
- Homepage:
- Size: 296 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.