Skip to content

Instantly share code, notes, and snippets.

View ashfaqrafi's full-sized avatar

Ashfaq Mahmood ashfaqrafi

View GitHub Profile

React && Firebase Workshop

Contact Information

Prequisite Setup

  • A recent version of Node.js
  • npm install -g create-react-app
@ashfaqrafi
ashfaqrafi / modal.html
Created May 18, 2016 06:15 — forked from makeusabrew/modal.html
Twitter Bootstrap 3.0.0 - basic dialog box invocation via JavaScript
<!-- set up the modal to start hidden and fade in and out -->
<div id="myModal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<!-- dialog body -->
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal">&times;</button>
Hello world!
</div>
<!-- dialog buttons -->