simple-vanila-router icon indicating copy to clipboard operation
simple-vanila-router copied to clipboard

This is a simple SPA router in vanilla JS.

Simple Vanilla Router

This is the illustration of SPA(Single Page Routing) using Vanilla JavaScript. Check out the article on medium from here.

Get Started With Project

  • Install live-server by running npm i -g live-server.
  • Run live-server for starting the project.