7d6b374d80add63157bd4fa07f0683e20ef2b1ae
[ratchet] / README.md
1 # Ratchet
2
3 Prototype mobile apps with simple HTML, CSS and JS components.
4
5 ## Getting Started
6
7 - Clone the repo `git clone git@github.com:maker/ratchet.git` or just [download](http://maker.github.com/ratchet/ratchet.zip) the bundled CSS and JS
8 - [Read the docs](http://maker.github.com/ratchet) to learn about the components and how to get a prototype on your phone
9 - We will have example apps to check out very soon!
10
11 Take note that our master branch is our active, unstable development branch and that if you're looking to download a stable copy of the repo, check the [tagged downloads](https://github.com/maker/ratchet/tags).
12
13 ## Support
14
15 Ratchet was developed to support iOS 5+ for iPhone. Questions or discussions about Ratchet should happen in the [Google group](https://groups.google.com/forum/#!forum/goratchet) or hit us up on Twitter [@goRatchet](http://www.twitter.com/goratchet).
16
17 ## Reporting bugs & contributing
18
19 Please file a Github issue to [report a bug](http://github.com/maker/ratchet/issues). When reporting a bug, be sure to follow the [contributor guidelines](https://github.com/maker/ratchet/blob/master/CONTRIBUTING.md).
20
21 ## Future features
22
23 Ratchet is just getting started. Here are some of the immediate features we're thinking about:
24
25 - Shelf (exposable left hand navigation a la Path or Facebook)
26 - Gridviews
27 - Notifications
28 - Slide control
29 - More list views options
30 - Improved active states (especially for lists)
31 - Docking list dividers
32 - Touch library for richer touch events (swipes, long press, etc)
33 - Autocomplete
34 - Hiding title bar (hides with scroll)
35
36 Even these are just the short-term goals though. We eventually want to extend Ratchet beyond the prototying for iPhone and create HTML/CSS/JS components for iPad and Android devices. Our dream is that Ratchet becomes the best way to create mobile experiences with web standard languages.
37
38 ## Authors
39
40 Dave Gamache
41
42 - http://twitter.com/dhg
43 - http://github.com/dhgamache
44
45 Connor Sears
46
47 - http://twitter.com/connors
48 - http://github.com/connors
49
50 Jacob Thornton
51
52 - http://twitter.com/fat
53 - http://github.com/fat
54
55
56 ## License
57
58 Ratchet is licensed under the [MIT License](http://opensource.org/licenses/MIT).