Skip to content

Instantly share code, notes, and snippets.

View maxwellgithinji's full-sized avatar

Charles Maxwel Githinji Waweru maxwellgithinji

View GitHub Profile
@maxwellgithinji
maxwellgithinji / README.md
Created September 13, 2020 05:54 — forked from mosampaio/README.md
Simple Phone Verification with Twilio, Node.js, Mongoose, and jQuery Raw

Please make sure you have set the following environment variables:

(This URL should be accessible thru the web. You can use Ngrok to help you if you are testing locally.)

export TWIML_SERVER_URL=https://www.example.org/twiml/

(This information can be found in your Twilio dashboard)

export TWILIO_ACCOUNT_SID=your-account-sid

Frontend Masters: React && Firebase (Version 2)

Contact Information

Prequisite Setup

  • A recent version of Node.js
  • npm install -g create-react-app
@maxwellgithinji
maxwellgithinji / media-query.css
Created July 22, 2019 06:09 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS