Git Product home page Git Product logo

twilio-sms-web's Introduction

Twilio SMS Web

A minimalist web application to send and receive SMS with Twilio.

Hosted Application

A version of this application is available on GitHub Pages:

https://rafasantos.github.io/twilio-sms-web

Twilio Account

You will need a Twilio account to read and send SMS messages.

Twilio Free Account

If you don't have an account, Twilio offers a free trial account. Once your account is created you will need to verify your personal phone number. Finally, you also need to get a Twilio phone number with SMS capability.

Sign-in to Twilio SMS Web

  1. Sign-in to Twilio and get your ACCOUNT SID and AUTH TOKEN on the Twilio's Console Page.
  2. Use your ACCOUNT SID and AUTH TOKEN to sign-in to Twilio SMS Web.

Screenshots

Sign-in

Read messages:

Compose messages:

Development

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm run build

It bundles React in production mode and optimizes the build for the best performance in the build folder.

A varient npm run build:prod is also available which is going to override the .env file with the values from a .env-prod.

npm run deploy

Intended to be used after npm run build:prod. It deploys the content from the /build folder to: https://rafasantos.github.io/twilio-sms-web/

Environment Variables

This project uses dotenv to manage environment variables. Developers can change these values according to their needs via environment variables or editing the .env file.

Sample .env file:

# When this value is populated, then Google Tag Manager is going to be enabled with this publicId, i.e: GTM-0000000
REACT_APP_GOOGLE_TAG_MANAGER_ID=GTM-0000000

.env files should be managed independently and they should not be pushed to the codebase repository.

twilio-sms-web's People

Contributors

rafacandev avatar boses avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.