Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdittrich/quickMockup

HTML based interface mockups
https://github.com/jdittrich/quickMockup

hacky html mockup

Last synced: 12 days ago
JSON representation

HTML based interface mockups

Awesome Lists containing this project

README

        

# QuickMockup

[![Join the chat at https://gitter.im/jdittrich/quickMockup](https://badges.gitter.im/jdittrich/quickMockup.svg)](https://gitter.im/jdittrich/quickMockup?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

QuickMockup is a simple tool for creating simple mockups of interfaces and websites.

**NOTE**
This is currently under development and infrastructural work in order to put forward a version of quickMockup. titled quickMockup v2,
that takes advantage of more recent and stable technologies and standards. quickMockup v2 will as well try to address and provide
solutions to the elementary issues with the previous version, such as zooming, user-composed elements, save to more formats and many
other featurs.

**[Live demo](http://quickmocup-v2-demo.herokuapp.com/)**

If you are looking for the older version, it is pointed at by [v0.x](https://github.com/jdittrich/quickMockup/tree/v0.x) branch.
And the old live demo is under the (same old) url https://jdittrich.github.io/quickMockup

--------------------

## Usecase

The tool is meant to allow to *quickly* create mockups of interfaces in order to *communicate* ideas.

It is *not* meant for pixel perfect mockups nor for complex interface mockups involving several screens and hundereds of elements.

The target group for now are interaction/interface *designers* or design-aware *developers* who take part in open source projects and need to communicate their ideas. A mockup is worth a thousand words in this case.

## License

MIT License; Libraries used may have other licenses – see below

## Used Libraries

### quickMockup v1
Library | Creator |License | Origin
------------- | -------- | ----- | -------------
jQuery | Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors | [Released under the MIT license](https://jquery.org/license) | https://jquery.com/
jQueryUI | Copyright jQuery Foundation and other contributors | Released under the MIT license | https://jqueryui.com
jQuery.ba-throttle-debounce | Copyright (c) 2010 "Cowboy" Ben Alman | Dual licensed under the MIT and GPL licenses. | http://benalman.com/projects/jquery-throttle-debounce-plugin/
draw2d | [Andreas Herz (freegroup)](https://github.com/freegroup) | Released under the MIT license | https://github.com/freegroup/draw2d

### Old version
Library | Creator |License | Origin
------------- | -------- | ----- | -------------
jQuery | Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors | [Released under the MIT license](https://jquery.org/license) | https://jquery.com/
jQueryUI | Copyright jQuery Foundation and other contributors | Released under the MIT license | https://jqueryui.com
Mousetrap | Craig Campbell in 2012-2015 | [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) | https://craig.is/killing/mice
Showdown | Showdown Copyright (c) 2007, John Fraser | [Showdown Copyright](https://github.com/showdownjs/showdown/blob/master/license.txt) | https://github.com/showdownjs/showdown