Skip to content

wci-master/gabriel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Submission Status Checker

A simple, client-side web application to check the online status of a list of URLs. This tool is perfect for instructors or reviewers who need to quickly verify that web project submissions are live.

Features

  • Bulk URL Checking: Paste a list of URLs (one per line) to check them all at once.
  • Real-time Status: Each URL's status is updated in real-time as either "Online", "Offline", or "Checking".
  • Direct Links: Each URL in the results is a clickable link that opens in a new tab.
  • No Backend Required: The entire application runs in the browser, making it easy to host on any static site provider.

How to Use

  1. Open index.html in your web browser OR deploy the files to a static hosting service.
  2. Paste the list of URLs you want to check into the text area.
  3. Click the "Check Submissions" button.
  4. View the status of each URL in the results section below.

How to Deploy to GitHub Pages

You can host this tool for free on GitHub Pages.

  1. Create a GitHub Repository:

    • Create a new public repository on GitHub.
  2. Upload the Files:

    • Upload the index.html, style.css, and script.js files to your new repository.
  3. Enable GitHub Pages:

    • Go to your repository's Settings tab.
    • In the left sidebar, click on Pages.
    • Under "Build and deployment", for the Source, select Deploy from a branch.
    • For the Branch, select main (or master) and keep the folder as / (root).
    • Click Save.
  4. Done!

    • Your Submission Status Checker will be live in a few minutes at https://<your-username>.github.io/<your-repository-name>/.

About

WCI Checker Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published