Frontend

This directory contains the client-side code for the GitHub Release Notes Generator.

Files

  • index.html - Main HTML template
  • index.js - JavaScript for the web interface

Features

  • Form for entering repository details and commit range
  • Preview of generated release notes in Markdown format
  • Copy to clipboard functionality
  • Download as Markdown file
  • Error handling and loading states

Dependencies

  • Twind - Tailwind-in-JS for styling
  • Marked - Markdown parser and compiler