JSFiddle - React, Tailwind, and code Playground

by venujoginpally

JavaScript

data = {
  "apps": [
    {
      "id": 105,
      "appname": "Konverz",
      "accountid": 81,
      "website": "https://www.voxvalley.com",
      "description": "",
      "applink": "",
      "appsecret": "ast_ec9b13f1_4bde_44b0_8a45_3d983f82d5b2",
      "appid": "aid_8656e0f6_c982_4485_8ca7_656780b53d34",
      "pstn_enable": 0,
      "sms_enable": 0,
      "developerid": "did_19e01bd3_b7d6_44fd_81ac_034ef7fcf6fb",
      "ios": 0,
      "android": 0,
      "web": 0,
      "stats": {
        "signups": 45,
        "logins": 1,
        "chats": 223,
        "group_chats": 230,
        "audio_calls_success": 278,
        "audio_calls_failure": 278,
        "video_calls": 392,
        "video_calls_failed": 392
      }
    }
  ],
  "data": {
    "message": "user"
  },
  "wallet_balance": {
    "balance": 9.5
  }
 };
 
window.localStorage.setItem("data", JSON.stringify(data));