-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
789 lines (757 loc) · 32.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hackathon Toolbox</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Grab everything you need to get started at your hackathon!">
<meta name="keywords" content="hackathon,hackathons,toolbox,tools,coding,hacker">
<meta charset="UTF-8">
<meta property="fb:app_id" content="313653712171965" />
<meta property="og:type" content=website>
<meta property="og:title" content="Hackathon Toolbox">
<meta property="og:site_name" content="Hackathon Toolbox">
<meta property="og:description" content="Grab everything you need to get started at your hackathon!">
<meta property="og:url" content="https://hackathontoolbox.com">
<meta name="twitter:card" content=summary>
<meta name="twitter:title" content="Hackathon Toolbox">
<meta name="twitter:description" content="Grab everything you need to get started at your hackathon!">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-8+rznmq/k0KZkJlZhnuPEVkbRD7tA0wcFEjY48dajGWn3Xc1MasJwS8/tJ7OEsKW" crossorigin="anonymous">
<link href="css/style.css" rel="stylesheet">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-39MQB2BTKN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-39MQB2BTKN');
</script>
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '479982968785234');
fbq('track', "PageView");
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=479982968785234&ev=PageView&noscript=1"
/></noscript>
</head>
<body>
<div class="container">
<div class="jumbotron">
<h1>Hackathon Toolbox</h1>
<p>Grab everything you need to get started at your hackathon! Bookmark what you need to focus on your project.</p>
<h4>Tip: use your arrow keys to navigate.</h4>
</div>
<div class="row">
<div class="col-sm-12">
<h2>Accumulate</h2>
<p class="lead">ideas and prepare for the hackathon.</p>
</div>
<div class="col-sm-6">
<div class="well">
<h3>Trello</h3>
<p>Task out each chunk of work. Tag by topic and assign owners.</p>
<p><a class="btn btn-success" href="https://trello.com/" target="_blank" role="button">Trello »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>Asana</h3>
<p>Work management platform with a student plan.</p>
<p><a class="btn btn-success" href="https://asana.com/" target="_blank" role="button">Asana »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>Coggle</h3>
<p>Organize and tie ideas together with your teammates.</p>
<p><a class="btn btn-success" href="http://coggle.it/" target="_blank" role="button">Coggle »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>MindMeister</h3>
<p>Visualize your project plans and share with your teammates.</p>
<p><a class="btn btn-success" href="http://www.mindmeister.com/" target="_blank" role="button">MindMeister »</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h2>Communicate</h2>
<p class="lead">with your teammates before and during the hackathon.</p>
</div>
<div class="col-sm-6">
<div class="well">
<h3>ChatStep</h3>
<p>Spin up a simple chat room for your team.</p>
<p><a class="btn btn-success" href="https://chatstep.com/" target="_blank" role="button">ChatStep »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>StackOverflow</h3>
<p>The definitive go-to for coding questions.</p>
<p><a class="btn btn-success" href="https://stackoverflow.com/" target="_blank" role="button">StackOverflow »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>JSFiddle</h3>
<p>Share HTML and JavaScript code snippets.</p>
<p><a class="btn btn-success" href="http://jsfiddle.net/" target="_blank" role="button">JSFiddle »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Ideone</h3>
<p>Share and run code snippets for a wide variety of languages.</p>
<p><a class="btn btn-success" href="https://ideone.com/" target="_blank" role="button">Ideone »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Codepen</h3>
<p>A social development environment for websites.</p>
<p><a class="btn btn-success" href="https://codepen.io/" target="_blank" role="button">Codepen »</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h2>Coordinate</h2>
<p class="lead">what your users will see and when they'll see it.</p>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Gliffy</h3>
<p>Diagram your app's flowchart online.</p>
<p><a class="btn btn-success" href="http://www.gliffy.com/" target="_blank" role="button">Gliffy »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Pencil</h3>
<p>Downloadable feature-packed and open source layout tool.</p>
<p><a class="btn btn-success" href="http://pencil.evolus.vn/" target="_blank" role="button">Pencil »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Moqups</h3>
<p>Mock up your layouts with this web app.</p>
<p><a class="btn btn-success" href="https://moqups.com/" target="_blank" role="button">Moqups »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>Wireframe</h3>
<p>Build simple wireframe layouts with this web app.</p>
<p><a class="btn btn-success" href="https://wireframe.cc/" target="_blank" role="button">Wireframe »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>Balsamiq</h3>
<p>Collaborative wireframing.</p>
<p><a class="btn btn-success" href="https://balsamiq.cloud/" target="_blank" role="button">Balsamiq »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>NinjaMock</h3>
<p>Waste no time designing your app's UI and layout wireframe.</p>
<p><a class="btn btn-success" href="http://ninjamock.com/" target="_blank" role="button">Ninja Mock »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>InVision</h3>
<p>Product design platform.</p>
<p><a class="btn btn-success" href="https://www.invisionapp.com/" target="_blank" role="button">InVision »</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h2>Facilitate</h2>
<p class="lead">code development and local environments.</p>
</div>
<div class="col-sm-4">
<div class="well">
<h3>GitHub</h3>
<p>Host your code publicly. New to version control? <a href="https://try.github.io/" target="_blank">Try Git</a>.</p>
<p><a class="btn btn-success" href="https://github.com/" target="_blank" role="button">GitHub »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Bitbucket</h3>
<p>Host your code privately for free up to a team of five. Supports Git or Mercurial.</p>
<p><a class="btn btn-success" href="https://bitbucket.org/" target="_blank" role="button">Bitbucket »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Vagrant</h3>
<p>Set up a uniform development environment for your team.</p>
<p><a class="btn btn-success" href="https://www.vagrantup.com/" target="_blank" role="button">Vagrant »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>XAMPP</h3>
<p>Spin up Apache, MySQL, PHP, and Perl locally.</p>
<p><a class="btn btn-success" href="https://www.apachefriends.org/" target="_blank" role="button">XAMPP »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>MAMP</h3>
<p>Spin up Apache, MySQL, PHP, Python, and Perl locally.</p>
<p><a class="btn btn-success" href="https://www.mamp.info/" target="_blank" role="button">MAMP »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Clamp</h3>
<p>Easy-to-configure PHP environment for Mac OS X.</p>
<p><a class="btn btn-success" href="https://jide.github.io/clamp/" target="_blank" role="button">Clamp »</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h2>Incorporate</h2>
<p class="lead">the data you need for your project.</p>
</div>
<div class="col-sm-4">
<div class="well">
<h3>PublicAPIs</h3>
<p>Listing of public APIs.</p>
<p><a class="btn btn-success" href="http://www.publicapis.com" target="_blank" role="button">PublicAPIs »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>ProgrammableWeb</h3>
<p>Large API directory.</p>
<p><a class="btn btn-success" href="http://www.programmableweb.com/apis/directory" target="_blank" role="button">ProgrammableWeb »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Data.gov</h3>
<p>Download a wide variety of economic, social, and science data from the U.S. Government.</p>
<p><a class="btn btn-success" href="http://www.data.gov/" target="_blank" role="button">Data.gov »</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h2>Innovate</h2>
<p class="lead">on the boring parts. Don't reinvent the wheel - grab the infrastructure you need with no hassle.</p>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Heroku</h3>
<p>Host your code and scale as necessary.</p>
<p><a class="btn btn-success" href="https://www.heroku.com/" target="_blank" role="button">Heroku »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Parse</h3>
<p>Solutions for server-side JavaScript and analytics, especially great for mobile app APIs. Hosted on your own.</p>
<p><a class="btn btn-success" href="https://parseplatform.org/" target="_blank" role="button">Parse »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Backendless</h3>
<p>Hosted platform similar to Parse, simple backend setup.</p>
<p><a class="btn btn-success" href="https://backendless.com/" target="_blank" role="button">Backendless »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>Firebase</h3>
<p>Fast backend for mobile and web.</p>
<p><a class="btn btn-success" href="https://firebase.google.com/" target="_blank" role="button">Firebase »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>Koding</h3>
<p>Write your code in a cloud IDE and run it on a virtual server.</p>
<p><a class="btn btn-success" href="https://koding.com/" target="_blank" role="button">Koding »</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h2>Elaborate</h2>
<p class="lead">on simple webpages - use an interface framework.</p>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Bootstrap</h3>
<p>Slap on a nice UI for your web app.</p>
<p><a class="btn btn-success" href="http://getbootstrap.com/" target="_blank" role="button">Bootstrap »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Start Bootstrap</h3>
<p>Themes and templates for Bootstrap.</p>
<p><a class="btn btn-success" href="https://startbootstrap.com/" target="_blank" role="button">Start Bootstrap »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Bootsnipp</h3>
<p>Snippets of reusable Bootstrap UI elements.</p>
<p><a class="btn btn-success" href="https://bootsnipp.com//" target="_blank" role="button">Bootsnipp »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Layoutit!</h3>
<p>Drag-and-drop Bootstrap builder.</p>
<p><a class="btn btn-success" href="http://www.layoutit.com/build" target="_blank" role="button">Layoutit! »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>TodoMVC</h3>
<p>Helping you chose a MVC framework.</p>
<p><a class="btn btn-success" href="http://todomvc.com/" target="_blank" role="button">TodoMVC »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Foundation</h3>
<p>Front-end framework.</p>
<p><a class="btn btn-success" href="http://foundation.zurb.com/" target="_blank" role="button">Foundation »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Chopstick</h3>
<p>Simple website framework, good for prototyping.</p>
<p><a class="btn btn-success" href="http://getchopstick.com/" target="_blank" role="button">Chopstick »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Pure</h3>
<p>CSS modules.</p>
<p><a class="btn btn-success" href="http://purecss.io/" target="_blank" role="button">Pure »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>CodyHouse</h3>
<p>CSS framework with a variety of components.</p>
<p><a class="btn btn-success" href="https://codyhouse.co/" target="_blank" role="button">CodyHouse »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Materialize</h3>
<p>Material Design-based framework.</p>
<p><a class="btn btn-success" href="https://materializecss.com/" target="_blank" role="button">Materialize »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Skeleton</h3>
<p>Simple and lightweight UI framework.</p>
<p><a class="btn btn-success" href="http://getskeleton.com/" target="_blank" role="button">Skeleton »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>HTML5 UP</h3>
<p>Free downloadable HTML5 templates.</p>
<p><a class="btn btn-success" href="https://html5up.net/" target="_blank" role="button">HTML5 UP »</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h2>Concentrate</h2>
<p class="lead">on building, not syntax.</p>
</div>
<div class="col-sm-6">
<div class="well">
<h3>DevDocs</h3>
<p>One place to look at the documentation for all your favorite languages and platforms.</p>
<p><a class="btn btn-success" href="http://devdocs.io/" target="_blank" role="button">DevDocs »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>Zeal</h3>
<p>Tons of documentation available offline.</p>
<p><a class="btn btn-success" href="https://zealdocs.org/" target="_blank" role="button">Zeal »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>OverAPI</h3>
<p>Cheat sheets for various languages and platforms.</p>
<p><a class="btn btn-success" href="http://overapi.com/" target="_blank" role="button">OverAPI »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>CSS3 Animation Cheat Sheet</h3>
<p>Quickly animate your app's elements.</p>
<p><a class="btn btn-success" href="http://www.justinaguilar.com/animations/" target="_blank" role="button">Cheat Sheet »</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h2>Validate</h2>
<p class="lead">your work - tests, tests, and more tests.</p>
</div>
<div class="col-sm-6">
<div class="well">
<h3>Mockaroo</h3>
<p>Highly configurable test data that may be exported in a variety or formats.</p>
<p><a class="btn btn-success" href="http://mockaroo.com/" target="_blank" role="button">Mockaroo »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>JSON Generator</h3>
<p>Whip up some test data in JSON format based on a simple-to-use syntax.</p>
<p><a class="btn btn-success" href="http://www.json-generator.com/" target="_blank" role="button">JSON Generator »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>httpstat.us</h3>
<p>Test external calls with any HTTP response code.</p>
<p><a class="btn btn-success" href="http://httpstat.us/" target="_blank" role="button">httpstat.us »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>httpbin</h3>
<p>Test HTTP calls with various responses.</p>
<p><a class="btn btn-success" href="https://httpbin.org/" target="_blank" role="button">httpbin »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>Runscope</h3>
<p>API debugging tools, plus Runscope Communty, which provides a bundle of API testing tools.</p>
<p><a class="btn btn-success" href="https://www.runscope.com/community" target="_blank" role="button">Runscope Community »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>PageSpeed</h3>
<p>Test your web page's speed and get instant feedback on common pain points.</p>
<p><a class="btn btn-success" href="https://developers.google.com/speed/pagespeed/" target="_blank" role="button">PageSpeed »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Regex101</h3>
<p>Test your regular expressions.</p>
<p><a class="btn btn-success" href="https://regex101.com/" target="_blank" role="button">Regex101 »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>BrowserSync</h3>
<p>Save time with browser testing automation.</p>
<p><a class="btn btn-success" href="https://www.browsersync.io/" target="_blank" role="button">BrowserSync »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Respelt</h3>
<p>You've been coding `all night, right? Make sure everything you wrote is spelled correctly.</p>
<p><a class="btn btn-success" href="http://respelt.com/" target="_blank" role="button">Respelt »</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h2>Accentuate</h2>
<p class="lead">your design - spice up your app's look and feel.</p>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Adobe Color CC</h3>
<p>Choose the right color combo.</p>
<p><a class="btn btn-success" href="https://color.adobe.com/create/color-wheel/" target="_blank" role="button">Adobe Color CC »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Colors</h3>
<p>Web color palette.</p>
<p><a class="btn btn-success" href="http://clrs.cc/" target="_blank" role="button">Colors »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Google Fonts</h3>
<p>Open source web fonts.</p>
<p><a class="btn btn-success" href="http://www.google.com/fonts" target="_blank" role="button">Google Fonts »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>IcoMoon</h3>
<p>Icons with font generator.</p>
<p><a class="btn btn-success" href="https://icomoon.io/" target="_blank" role="button">IcoMoon »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>Font Awesome</h3>
<p>Download free icon sets.</p>
<p><a class="btn btn-success" href="https://fontawesome.com/" target="_blank" role="button">Font Awesome »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>The Noun Project</h3>
<p>Over 1 million downloadable icons.</p>
<p><a class="btn btn-success" href="https://thenounproject.com/" target="_blank" role="button">The Noun Project »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>Iconmonstr</h3>
<p>Thousands of free icons.</p>
<p><a class="btn btn-success" href="https://iconmonstr.com/" target="_blank" role="button">Iconmonstr »</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h2>Demonstrate</h2>
<p class="lead">how to use your app.</p>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Showterm</h3>
<p>Embed an iframe with sample terminal commands.</p>
<p><a class="btn btn-success" href="http://showterm.io/" target="_blank" role="button">Showterm »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Screencast-O-Matic</h3>
<p>Record your app in action.</p>
<p><a class="btn btn-success" href="https://screencast-o-matic.com/" target="_blank" role="button">Screencast-O-Matic »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>ngrok</h3>
<p>Open access to your local web service via a public URL.</p>
<p><a class="btn btn-success" href="https://ngrok.com/" target="_blank" role="button">ngrok »</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h2>Circulate</h2>
<p class="lead">your finished product - get the word out!</p>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Product Hunt</h3>
<p>Show the world what you've built! This is a daily listing of newly released apps.</p>
<p><a class="btn btn-success" href="http://www.producthunt.com/" target="_blank" role="button">Product Hunt »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Launching Next</h3>
<p>Daily newsletter with new startups and apps.</p>
<p><a class="btn btn-success" href="http://www.launchingnext.com/" target="_blank" role="button">Launching Next »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>StackShare</h3>
<p>Share your app's stack and review the services used.</p>
<p><a class="btn btn-success" href="http://stackshare.io/" target="_blank" role="button">StackShare »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Speaker Deck</h3>
<p>Share your presentation with the world.</p>
<p><a class="btn btn-success" href="https://speakerdeck.com/" target="_blank" role="button">Speaker Deck »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Reveal.js</h3>
<p>JavaScript-based presentation framework with an online editor.</p>
<p><a class="btn btn-success" href="https://revealjs.com/" target="_blank" role="button">Reveal.js »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Pitcherific</h3>
<p>Prepare your presentation with these structures and tips.</p>
<p><a class="btn btn-success" href="https://pitcherific.com/" target="_blank" role="button">Pitcherific »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>Pop.co</h3>
<p>Free domain name and email address.</p>
<p><a class="btn btn-success" href="https://pop.co/" target="_blank" role="button">Pop.co »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>Dribbble</h3>
<p>Share your app's design with other designers.</p>
<p><a class="btn btn-success" href="https://dribbble.com/" target="_blank" role="button">Dribbble »</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<h2>Aggregate</h2>
<p class="lead">and track metrics around your app to learn how people are using it.</p>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Google Analytics</h3>
<p>Track hundreds of metrics for each session in your app.</p>
<p><a class="btn btn-success" href="http://www.google.com/analytics/" target="_blank" role="button">Google Analytics »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Countly</h3>
<p>Open source analytics platform.</p>
<p><a class="btn btn-success" href="https://count.ly/" target="_blank" role="button">Countly »</a></p>
</div>
</div>
<div class="col-sm-4">
<div class="well">
<h3>Segment</h3>
<p>Analytics for various languages.</p>
<p><a class="btn btn-success" href="https://segment.com/" target="_blank" role="button">Segment »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>Feedback Tools</h3>
<p>Index of various tools for getting feedback.</p>
<p><a class="btn btn-success" href="http://feedbacktools.org/" target="_blank" role="button">Feedback Tools »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>Helio</h3>
<p>Get user behavior feedback.</p>
<p><a class="btn btn-success" href="https://helio.app/" target="_blank" role="button">Helio »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>UserFeel</h3>
<p>Usability testing tool.</p>
<p><a class="btn btn-success" href="https://www.userfeel.com/" target="_blank" role="button">UserFeel »</a></p>
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h3>UsabilityHub</h3>
<p>Remote user research platform.</p>
<p><a class="btn btn-success" hrefhttps://usabilityhub.com/="" target="_blank" role="button">UsabilityHub »</a></p>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div id="copyright">
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© <?php echo date("Y"); ?> <img src="ag.svg" height="14px" /> · <a href="https://github.com/adamgross42/hackathontoolbox/issues" target="_blank">Submit Ideas</a> · <a href="https://twitter.com/hacktoolbox" target="_blank">Subscribe to Updates</a></p>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js" crossorigin="anonymous"></script>
<script src="js/mousetrap.min.js"></script>
<script src="js/jquery.scrollstop.min.js"></script>
<script src="js/jquery.scrollsnap.js"></script>
<script type="text/javascript">
var activeRow = '';
function activateRow(newRow) {
if (activeRow != '') {
activeRow.toggleClass('active');
}
newRow.toggleClass('active');
activeRow = newRow;
}
function jumpToActive(direction) {
var nextRow;
if (direction == 'up') {
if (activeRow == '') {
return;
}
nextRow = $('.active').prev();
if (!nextRow.hasClass('row')) {
return;
}
$('.active').toggleClass('active');
nextRow.toggleClass('active');
$('html, body').animate({
scrollTop: $(nextRow).offset().top
}, 20);
} else if (direction == 'down') {
if (activeRow == '') {
nextRow = $('.row').first();
} else {
nextRow = $('.active').next();
if (!nextRow.hasClass('row')) {
return;
}
$('.active').toggleClass('active');
}
nextRow.toggleClass('active');
$('html, body').animate({
scrollTop: $(nextRow).offset().top
}, 20);
}
activeRow = nextRow;
}
$(document).ready(function() {
$(document).scrollsnap({
snaps: '.row',
proximity: 40,
latency: 100,
easing: 'easeOutExpo',
onSnap: activateRow
});
Mousetrap.bind('up', function() { jumpToActive('up'); });
Mousetrap.bind('left', function() { jumpToActive('up'); });
Mousetrap.bind('down', function() { jumpToActive('down'); });
Mousetrap.bind('right', function() { jumpToActive('down'); });
});
</script>
</body>
</html>