-
Notifications
You must be signed in to change notification settings - Fork 0
/
expensetracker.html
22 lines (22 loc) · 938 Bytes
/
expensetracker.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="./styles/styles.css">
<title>Document</title>
</head>
<body>
<div id="container-main">
<a href="index.html">← Go to home page</a>
<h1>Expense Tracker</h1>
<img class="project-img" src="/assets/expense.png">
<ul>
<li><a href="https://github.com/E-fais/Reactjs-expense-tracker" target="_blank">Source Code</a></li>
<li><a href="https://e-fais.github.io/Reactjs-expense-tracker/" target="_blank">Live Demo</a></li>
</ul>
<p>Java Script reduce funcion is utilised for this project.Expense and income can be added. State managed by useState hook and useContext.</p>
</div>
</body>
</html>