This project is a mock social media (single-page) app featuring client-side routing that was written in vanilla JS. The app is not currently attached to any data stores as it's only meant to showcase the ability to create routes and manage parameters client-side without the use of any JS library/framework.
The app can built locally by cloning the repository, running npm install to pull down the Node.js dependencies, and running node server.js to start the app server (which is set by default to run on port 3000).