Skip to content

feat: Add project landing page with a live demonstration #4

Merged
ViratiAkiraNandhanReddy merged 9 commits into
gh-pagesfrom
main
Jan 26, 2026
Merged

feat: Add project landing page with a live demonstration #4
ViratiAkiraNandhanReddy merged 9 commits into
gh-pagesfrom
main

Conversation

@ViratiAkiraNandhanReddy

Copy link
Copy Markdown
Owner

✨ Summary

This PR adds a GitHub Pages–compatible static landing page for the project.
The page serves as a public-facing demo and documentation entry point without requiring any backend or build step.


📄 What’s Included

  • Static HTML landing page
  • Tailwind CSS via CDN (no build pipeline)
  • Client-side JavaScript for interactive demo
  • Fully compatible with GitHub Pages (HTTPS-safe)
  • Clean structure suitable for /docs or root deployment

✅ Why This Change

  • Provide a visual and interactive showcase for the project
  • Enable easy hosting via GitHub Pages
  • Improve discoverability and usability for users
  • Keep the project lightweight and dependency-free

🔍 Technical Notes

  • Uses only static web technologies (HTML, CSS, JS)
  • No server-side code or runtime dependencies
  • Works correctly under GitHub Pages path-based routing
  • No changes to core library logic

🧪 Testing

  • Verified page loads correctly on GitHub Pages
  • Verified styles and scripts load via CDN
  • Verified functionality works in modern browsers

@ViratiAkiraNandhanReddy ViratiAkiraNandhanReddy added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 26, 2026
@ViratiAkiraNandhanReddy ViratiAkiraNandhanReddy merged commit b5abcad into gh-pages Jan 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant