asuka-405 / vanilla-spa-router

This is a simple demo for a single-page application built in vanilla JS. Using a JS framework to build a small application is a little-bit overkill sometimes, but you may still want the benefits of having a single-page app. This is a good solution to that problem.

Home Page:https://router405.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vanilla-spa-router

A vanilla js solution to routing for a single-page application

Try it out

Clone this repo to your machine and start it up in a live server. VSCode has a good extension for this. Then visit the site at localhost on the port your server is running on.

I also created a live demo, you can try out here.

About

This is a simple demo for a single-page application built in vanilla JS. Using a JS framework to build a small application is a little-bit overkill sometimes, but you may still want the benefits of having a single-page app. This is a good solution to that problem.

https://router405.netlify.app

License:MIT License


Languages

Language:HTML 32.5%Language:CSS 23.0%Language:JavaScript 20.1%Language:Sass 15.9%Language:SCSS 8.4%