{"id":8311154,"date":"2025-09-18T12:44:24","date_gmt":"2025-09-18T09:44:24","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8311154"},"modified":"2025-09-19T04:02:06","modified_gmt":"2025-09-19T01:02:06","slug":"expense-tracker","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/expense-tracker\/","title":{"rendered":"Expense Tracker"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8311152\" class=\"elementor elementor-8311152\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23691a2c e-flex e-con-boxed e-con e-parent\" data-id=\"23691a2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37c3711c elementor-widget elementor-widget-html\" data-id=\"37c3711c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n\/* --- Core App Layout (Adapted from your .html-viewer-app) --- *\/\r\n.expense-tracker-app {\r\n    width: 100%;\r\n    max-width: 800px; \/* Adjusted for a single column layout *\/\r\n    margin: 0 auto;\r\n    padding: 40px 0;\r\n    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\r\n}\r\n\r\nh2 {\r\n    border-bottom: 1.5px solid #EBEBEB;\r\n    padding-bottom: 10px;\r\n    margin: 0 0 20px;\r\n}\r\n\r\n\/* --- Summary Boxes --- *\/\r\n.summary-container {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    text-align: center;\r\n    gap: 20px;\r\n    margin: 20px 0 30px;\r\n}\r\n\r\n.summary-box {\r\n    flex: 1;\r\n    background: #fff;\r\n    padding: 20px;\r\n    border: 1.5px solid #EBEBEB;\r\n    border-radius: 8px;\r\n    box-shadow: 0 2px 5px rgba(0,0,0,0.05);\r\n}\r\n\r\n.summary-box h4 {\r\n    margin: 0 0 5px;\r\n    font-weight: 500;\r\n    text-transform: uppercase;\r\n    font-size: 1rem;\r\n}\r\n\r\n#balance {\r\n    font-size: 1.75rem;\r\n    font-weight: 700;\r\n    letter-spacing: 1px;\r\n}\r\n\r\n#money-plus {\r\n    font-size: 1.5rem;\r\n    color: #00d084; \/* Reusing a color from your :root *\/\r\n}\r\n\r\n#money-minus {\r\n    font-size: 1.5rem;\r\n    color: #cf2e2e; \/* Reusing a color from your :root *\/\r\n}\r\n\r\n\r\n\/* --- Reusing your Section Styles --- *\/\r\n.input-section, .output-section {\r\n    width: 100%;\r\n    display: flex;\r\n    flex-direction: column;\r\n    background: white;\r\n    border-radius: 8px;\r\n    overflow: hidden;\r\n    margin-bottom: 30px;\r\n    border: 1.5px solid #EBEBEB;\r\n}\r\n\r\n.section-header {\r\n    background-color: #05047E;\r\n    color: white;\r\n    padding: 12px 20px;\r\n    font-weight: 400;\r\n    font-size: 1.125rem;\r\n}\r\n\r\n.section-content {\r\n    padding: 20px;\r\n}\r\n\r\n\/* --- Form Styles --- *\/\r\n.form-control {\r\n    margin-bottom: 15px;\r\n}\r\n\r\n.form-control label {\r\n    display: block;\r\n    margin-bottom: 5px;\r\n    font-weight: 500;\r\n}\r\n\r\n.form-control input {\r\n    border: 1.5px solid #EBEBEB;\r\n    border-radius: 4px;\r\n    display: block;\r\n    width: 100%;\r\n    padding: 12px;\r\n    font-size: 1rem;\r\n    box-sizing: border-box; \/* Ensures padding doesn't affect width *\/\r\n}\r\n.form-control input:focus {\r\n    outline: none;\r\n    border-color: #05047E;\r\n}\r\n\r\n\r\n\/* --- Transaction List --- *\/\r\n.transaction-list {\r\n    list-style-type: none;\r\n    padding: 0;\r\n    margin: 0;\r\n}\r\n\r\n.transaction-list li {\r\n    background-color: #fff;\r\n    color: #333;\r\n    display: flex;\r\n    justify-content: space-between;\r\n    align-items: center;\r\n    position: relative;\r\n    padding: 12px 20px;\r\n    margin: 10px 0;\r\n    border: 1.5px solid #EBEBEB;\r\n    border-radius: 4px;\r\n    border-right: 5px solid;\r\n    transition: box-shadow 0.2s ease;\r\n}\r\n\r\n.transaction-list li:hover {\r\n    box-shadow: 0 0 10px rgba(0,0,0,0.1);\r\n}\r\n\r\n.transaction-list li.income {\r\n    border-right-color: #00d084;\r\n}\r\n\r\n.transaction-list li.expense {\r\n    border-right-color: #cf2e2e;\r\n}\r\n\r\n\/* --- Reusing your Button Styles --- *\/\r\n.format-btn-container {\r\n    display: flex;\r\n    gap: 10px;\r\n    margin-top: 20px;\r\n}\r\n\r\n.format-btn {\r\n    flex: 1; \/* Make buttons share space equally *\/\r\n    background-color: #000;\r\n    color: white;\r\n    border: none;\r\n    padding: 12px 20px;\r\n    cursor: pointer;\r\n    font-size: 1.125rem;\r\n    font-weight: 500;\r\n    transition: all 0.2s;\r\n    text-align: center;\r\n    border-radius: 4px;\r\n}\r\n\r\n.format-btn:is(:hover, :focus, :focus-visible, :active){\r\n    background-color: #545454;\r\n}\r\n\r\n\/* Specific button styles, like your #minifyBtn *\/\r\n#addIncomeBtn {\r\n    background-color: #00d084;\r\n    color: #fff;\r\n}\r\n#addIncomeBtn:is(:hover, :focus, :focus-visible, :active) {\r\n    background-color: #7bdcb5;\r\n}\r\n\r\n#addExpenseBtn {\r\n    background-color: #cf2e2e;\r\n    color: #fff;\r\n}\r\n#addExpenseBtn:is(:hover, :focus, :focus-visible, :active) {\r\n    background-color: #f78da7;\r\n}\r\n\r\n\r\n\/* Reusing your .reset-btn for delete *\/\r\n.reset-btn {\r\n    background: #e74c3c;\r\n    border: 0;\r\n    color: #fff;\r\n    font-size: 1rem;\r\n    line-height: 20px;\r\n    padding: 2px 8px;\r\n    position: absolute;\r\n    top: 50%;\r\n    left: -25px; \/* Position it outside on hover *\/\r\n    transform: translate(-100%, -50%);\r\n    cursor: pointer;\r\n    opacity: 0;\r\n    transition: opacity 0.3s ease, left 0.3s ease;\r\n    border-radius: 4px;\r\n}\r\n\r\n.transaction-list li:hover .reset-btn {\r\n    opacity: 1;\r\n    left: 0;\r\n}\r\n\r\n\/* --- Reusing your Success Message --- *\/\r\n.success-message {\r\n    position: fixed;\r\n    bottom: 20px;\r\n    left: 50%;\r\n    transform: translateX(-50%);\r\n    background-color: #28a745;\r\n    color: white;\r\n    padding: 12px 20px;\r\n    border-radius: 4px;\r\n    font-size: 14px;\r\n    opacity: 0;\r\n    transition: all 0.3s ease;\r\n    z-index: 1000;\r\n    pointer-events: none;\r\n}\r\n.success-message.error {\r\n    background-color: #cf2e2e;\r\n}\r\n.success-message.show {\r\n    opacity: 1;\r\n}\r\n\r\n\/* --- Responsive Design --- *\/\r\n@media (max-width: 768px) {\r\n    .summary-container {\r\n        flex-direction: column;\r\n    }\r\n    .format-btn-container {\r\n        flex-direction: column;\r\n    }\r\n}\r\n<\/style>\r\n\r\n<div class=\"expense-tracker-app\">\r\n    <h2>Expense Tracker<\/h2>\r\n\r\n    <div class=\"summary-container\">\r\n        <div class=\"summary-box\">\r\n            <h4>Balance<\/h4>\r\n            <p id=\"balance\">$0.00<\/p>\r\n        <\/div>\r\n        <div class=\"summary-box\">\r\n            <h4>Income<\/h4>\r\n            <p id=\"money-plus\" class=\"money plus\">+$0.00<\/p>\r\n        <\/div>\r\n        <div class=\"summary-box\">\r\n            <h4>Expense<\/h4>\r\n            <p id=\"money-minus\" class=\"money minus\">-$0.00<\/p>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"output-section\">\r\n        <div class=\"section-header\">History<\/div>\r\n        <div class=\"section-content\">\r\n            <ul id=\"transaction-list\" class=\"transaction-list\"><\/ul>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"input-section\">\r\n        <div class=\"section-header\">Add New Transaction<\/div>\r\n        <div class=\"section-content\">\r\n            <form id=\"form\">\r\n                <div class=\"form-control\">\r\n                    <label for=\"text\">Description<\/label>\r\n                    <input type=\"text\" id=\"text\" placeholder=\"Enter description...\" \/>\r\n                <\/div>\r\n                <div class=\"form-control\">\r\n                    <label for=\"amount\">Amount<\/label>\r\n                    <input type=\"number\" id=\"amount\" placeholder=\"Enter amount...\" \/>\r\n                <\/div>\r\n                <div class=\"format-btn-container\">\r\n                    <button id=\"addIncomeBtn\" class=\"format-btn\">Add Income<\/button>\r\n                    <button id=\"addExpenseBtn\" class=\"format-btn\">Add Expense<\/button>\r\n                <\/div>\r\n            <\/form>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div id=\"notification\" class=\"success-message\"><\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', () => {\r\n        const balance = document.getElementById('balance');\r\n        const money_plus = document.getElementById('money-plus');\r\n        const money_minus = document.getElementById('money-minus');\r\n        const list = document.getElementById('transaction-list');\r\n        const form = document.getElementById('form');\r\n        const text = document.getElementById('text');\r\n        const amount = document.getElementById('amount');\r\n        const addIncomeBtn = document.getElementById('addIncomeBtn');\r\n        const addExpenseBtn = document.getElementById('addExpenseBtn');\r\n        const notification = document.getElementById('notification');\r\n\r\n        \/\/ Try to get transactions from Local Storage\r\n        const localStorageTransactions = JSON.parse(localStorage.getItem('transactions'));\r\n        let transactions = localStorage.getItem('transactions') !== null ? localStorageTransactions : [];\r\n\r\n        \/\/ --- FUNCTIONS ---\r\n\r\n        \/\/ Show notification message\r\n        function showNotification(message, isError = false) {\r\n            notification.innerText = message;\r\n            notification.classList.add('show');\r\n            if (isError) {\r\n                notification.classList.add('error');\r\n            } else {\r\n                notification.classList.remove('error');\r\n            }\r\n\r\n            setTimeout(() => {\r\n                notification.classList.remove('show');\r\n            }, 2000);\r\n        }\r\n        \r\n        \/\/ Add a transaction\r\n        function addTransaction(e, type) {\r\n            e.preventDefault();\r\n\r\n            if (text.value.trim() === '' || amount.value.trim() === '') {\r\n                showNotification('Please add a description and amount', true);\r\n            } else {\r\n                const transactionAmount = type === 'income' ? +Math.abs(amount.value) : -Math.abs(amount.value);\r\n\r\n                const transaction = {\r\n                    id: generateID(),\r\n                    text: text.value,\r\n                    amount: transactionAmount\r\n                };\r\n\r\n                transactions.push(transaction);\r\n                addTransactionDOM(transaction);\r\n                updateValues();\r\n                updateLocalStorage();\r\n                \r\n                showNotification(`Transaction added successfully`);\r\n\r\n                text.value = '';\r\n                amount.value = '';\r\n            }\r\n        }\r\n\r\n        \/\/ Generate random ID\r\n        function generateID() {\r\n            return Math.floor(Math.random() * 100000000);\r\n        }\r\n\r\n        \/\/ Add transactions to DOM list\r\n        function addTransactionDOM(transaction) {\r\n            const sign = transaction.amount < 0 ? '-' : '+';\r\n            const item = document.createElement('li');\r\n            \r\n            item.classList.add(transaction.amount < 0 ? 'expense' : 'income');\r\n\r\n            item.innerHTML = `\r\n                ${transaction.text} <span>${sign}${Math.abs(transaction.amount).toFixed(2)}<\/span>\r\n                <button class=\"reset-btn\" onclick=\"removeTransaction(${transaction.id})\">x<\/button>\r\n            `;\r\n            list.appendChild(item);\r\n        }\r\n\r\n        \/\/ Update the balance, income, and expense\r\n        function updateValues() {\r\n            const amounts = transactions.map(transaction => transaction.amount);\r\n            \r\n            const total = amounts.reduce((acc, item) => (acc += item), 0).toFixed(2);\r\n            \r\n            const income = amounts\r\n                .filter(item => item > 0)\r\n                .reduce((acc, item) => (acc += item), 0)\r\n                .toFixed(2);\r\n            \r\n            const expense = (amounts\r\n                .filter(item => item < 0)\r\n                .reduce((acc, item) => (acc += item), 0) * -1)\r\n                .toFixed(2);\r\n\r\n            balance.innerText = `$${total}`;\r\n            money_plus.innerText = `+$${income}`;\r\n            money_minus.innerText = `-$${expense}`;\r\n        }\r\n\r\n        \/\/ Remove transaction by ID\r\n        window.removeTransaction = function(id) {\r\n            transactions = transactions.filter(transaction => transaction.id !== id);\r\n            updateLocalStorage();\r\n            init();\r\n            showNotification('Transaction removed');\r\n        }\r\n\r\n        \/\/ Update local storage transactions\r\n        function updateLocalStorage() {\r\n            localStorage.setItem('transactions', JSON.stringify(transactions));\r\n        }\r\n\r\n        \/\/ Init app\r\n        function init() {\r\n            list.innerHTML = '';\r\n            transactions.forEach(addTransactionDOM);\r\n            updateValues();\r\n        }\r\n\r\n        \/\/ --- EVENT LISTENERS ---\r\n        addIncomeBtn.addEventListener('click', (e) => addTransaction(e, 'income'));\r\n        addExpenseBtn.addEventListener('click', (e) => addTransaction(e, 'expense'));\r\n\r\n        \/\/ Initial load\r\n        init();\r\n    });\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[22],"tags":[21],"class_list":["post-8311154","post","type-post","status-publish","format-standard","hentry","category-tools","tag-html-css-tools"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Expense Tracker<\/title>\n<meta name=\"description\" content=\"Implement a powerful Expense Tracker on your Elementor website. Learn how to track, categorize, and analyze your spending for better financial control. Get started today!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/tools\/expense-tracker\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Expense Tracker\" \/>\n<meta property=\"og:description\" content=\"Implement a powerful Expense Tracker on your Elementor website. Learn how to track, categorize, and analyze your spending for better financial control. Get started today!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/expense-tracker\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-18T09:44:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-19T01:02:06+00:00\" \/>\n<meta name=\"author\" content=\"liz@148.red\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"liz@148.red\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/elementor.com\/tools\/expense-tracker\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/expense-tracker\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Expense Tracker\",\"datePublished\":\"2025-09-18T09:44:24+00:00\",\"dateModified\":\"2025-09-19T01:02:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/expense-tracker\/\"},\"wordCount\":4,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/expense-tracker\/\",\"url\":\"https:\/\/elementor.com\/tools\/expense-tracker\/\",\"name\":\"Expense Tracker\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-18T09:44:24+00:00\",\"dateModified\":\"2025-09-19T01:02:06+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Implement a powerful Expense Tracker on your Elementor website. Learn how to track, categorize, and analyze your spending for better financial control. Get started today!\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/expense-tracker\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/expense-tracker\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/expense-tracker\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expense Tracker\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/elementor.com\/tools\/#website\",\"url\":\"https:\/\/elementor.com\/tools\/\",\"name\":\"Tools\",\"description\":\"Just another Elementor hosted website ;)\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/elementor.com\/tools\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\",\"name\":\"liz@148.red\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"caption\":\"liz@148.red\"},\"url\":\"https:\/\/elementor.com\/tools\/author\/liz148-red\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Expense Tracker","description":"Implement a powerful Expense Tracker on your Elementor website. Learn how to track, categorize, and analyze your spending for better financial control. Get started today!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/elementor.com\/tools\/expense-tracker\/","og_locale":"en_US","og_type":"article","og_title":"Expense Tracker","og_description":"Implement a powerful Expense Tracker on your Elementor website. Learn how to track, categorize, and analyze your spending for better financial control. Get started today!","og_url":"https:\/\/elementor.com\/tools\/expense-tracker\/","og_site_name":"Tools","article_published_time":"2025-09-18T09:44:24+00:00","article_modified_time":"2025-09-19T01:02:06+00:00","author":"liz@148.red","twitter_card":"summary_large_image","twitter_misc":{"Written by":"liz@148.red","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/tools\/expense-tracker\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/expense-tracker\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Expense Tracker","datePublished":"2025-09-18T09:44:24+00:00","dateModified":"2025-09-19T01:02:06+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/expense-tracker\/"},"wordCount":4,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/expense-tracker\/","url":"https:\/\/elementor.com\/tools\/expense-tracker\/","name":"Expense Tracker","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-18T09:44:24+00:00","dateModified":"2025-09-19T01:02:06+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Implement a powerful Expense Tracker on your Elementor website. Learn how to track, categorize, and analyze your spending for better financial control. Get started today!","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/expense-tracker\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/expense-tracker\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/expense-tracker\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Expense Tracker"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/tools\/#website","url":"https:\/\/elementor.com\/tools\/","name":"Tools","description":"Just another Elementor hosted website ;)","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/tools\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac","name":"liz@148.red","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","caption":"liz@148.red"},"url":"https:\/\/elementor.com\/tools\/author\/liz148-red\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311154","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/comments?post=8311154"}],"version-history":[{"count":1,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311154\/revisions"}],"predecessor-version":[{"id":8311156,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8311154\/revisions\/8311156"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8311154"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8311154"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8311154"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}