Playground icon indicating copy to clipboard operation
Playground copied to clipboard

Create 'visitor check-in' app

Open vpetersson opened this issue 2 years ago • 0 comments

I was looking at a sample app from Dark, and they show how to make a simple visitor check-in app.

The process is pretty easy:

  • Select an employee out of a drop down list (probably stored in an SQLite database, or just hard coded in MVP)
  • Enter your name, email and phone number along with a message
  • When the user press submit, two alerts are sent:
    • SMS via Twilio
    • DM on Slack

vpetersson avatar Nov 02 '22 10:11 vpetersson