cody - HTMLify profile
files of /cody/bradtraversy/vanillawebprojects/expense-tracker/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
## Expense Tracker
Keep track of income and expenses. Add and remove items and save to local storage
## Project Specifications
Keep track of income and expenses. Add and remove items and save to local storage
## Project Specifications
const balance = document.getElementById('balance');
const money_plus = document.getElementById('money-plus');
const money_minus
const money_plus = document.getElementById('money-plus');
const money_minus