Skip to content

Create sweet, simple and stylish HTML Table styles. This project is currently under-development. Follow the current progress at:

License

Notifications You must be signed in to change notification settings

abhisheksrocks/SweeTable

Repository files navigation

SweeTable

Use SweeTable to easily generate beautiful HTML <table> styles. Fast, easy and customizable.

For Developers

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).

Similar Projects

Single Page Apps for GitHub Pages - Uses React to achieve this goal

Under Development

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.

Website (Follow the progress)

UI Design

Creator's Linkedin

Follow Along / Contribute

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

About

Create sweet, simple and stylish HTML Table styles. This project is currently under-development. Follow the current progress at:

Topics

Resources

License

Stars

Watchers

Forks