Skip to content

MoritzGoeckel/ChangelogJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#ChangelogJS

Demo http://moritzgoeckel.com/ChangelogJS/

A simple changelog frontend for a code competition. It supports the following data structure:

 {
        "product":"", //The product name
        "version":"", //The version
        "type":"", //May be "Task" "Cleanup" "Feature" or "Bugfix"
        "title":"", //The title of the change
        "media":"" //Additional information in HTML-format
 }

It generates a fancy changlog page with the given changes. There is no backend yet, only example data. I use JQuery and Bootstrap, it is fully responsive.

About

Changelog explorer in HTML, CSS and Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published