Short URL

About the Project

Short URL Website using GitHub Actions, all using javascript files, which allows for no database usage.

Project Details

  • Languages: HTML & YAML
  • Functionality: Uses GitHub Workflows, Actions, and Pages to create a personal Short URL Website.

This works by taking in the original URL and creating a GitHub workflow that adds both the short URL and the long URL into a JavaScript file. This JavaScript file is then loaded into the background, allowing the entire process to run on the frontend without the need for a database. This approach ensures that the website can function efficiently and be accessible to everyone.