LeadSheet Generator is a Symfony-based web application for generating musical lead sheets.
The sheet data structure is built in Vanilla Javascript in the front-end during the editing session. For persistance and generation, the data is transformed into JSON structure and then transferred to the server side.
Authentication is done via GitHub OAuth2-mechanism, which I implemented there just for fun.
You can view some screenshots here, however, the application is not publically available at the moment, but I can give you insights on request. So feel free to ask.
Login into LeadSheet Generator via OAuth2- GitHub
The whole front-end view.
The sheet view after successful login.
The song edit view
The generated PDF file.