Use SweeTable to easily generate beautiful HTML <table>
styles. Fast, easy and customizable.
This project explores on the idea of making a single-page website, with support for dynamic URLs with just Github Pages, using Vanilla JS. Let's understand this better with an example:-
When a user opens the URL:-
https://somewebsite.com/with/some/url?that=can&have=queryParams
Traditionally, there is a web-server(like NodeJS) in the backend that handles the routing, i.e. looks for which file to serve the user based on the URL parameters. This project aims to utilize Github Pages and Vanilla JavaScript to implement this routing logic on the client's side(Client Side Routing).
Single Page Apps for GitHub Pages - Uses React to achieve this goal
This project is currently under-development. You can however follow-along, connect with the creator or contribute in any way you prefer. While you wait, here are some links that might be useful.
Clone the project
git clone https://github.com/abhisheksrocks/SweeTable.git
Go to the project directory
cd SweeTable
Install dependencies
npm install
Start the server
npm run start