Skip to content

Commit 323a10a

Browse files
committed
up
1 parent 80b9345 commit 323a10a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,20 @@ <h2>💬 Modal Window</h2>
7373
>
7474
</div>
7575
</div>
76+
<div class="project-card">
77+
<h2>Banklist Array/h2>
78+
<p>
79+
A project where I will focus on displaying all of these movements, enabling these operations, calculating statistics, and the current balance. I think it's going to be a lot of fun, and I am really happy with this application. It looks amazing and like a real-world use case. Overall, this is a great project for training with arrays because we can do many of these things you see on the screen using arrays..
80+
</p>
81+
<div class="buttons">
82+
<a href="./03_Banklist/index.html" target="_blank">Live Demo</a>
83+
<a
84+
href="https://github.com/Anaskaysar/Simple_JavaScript_Projects/tree/main/02_Banklist"
85+
target="_blank"
86+
>Source</a
87+
>
88+
</div>
89+
</div>
7690
</main>
7791

7892
<section class="credits" aria-label="Project Credits">

0 commit comments

Comments
 (0)