Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 972 Bytes

Learn.md

File metadata and controls

15 lines (10 loc) · 972 Bytes

Learning Through Project

An easy-to-use budgeting calculator, will help users to understand their expenses and manage their money. I hope this project will help students to understand JavaScript concepts as I have implemented all the basic concepts of JavaScript. Moreover, I have used Bootstrap and CSS to make this website fully responsive. "Local storage" is used to store and maintain calculation history. I used Azure Static Web Apps service to host this website.

Visit the website here: Tracker Expense Calculator

Topics You Will Learn

  • Azure Static Web App Service
  • JavaScript Concepts
  • Responsiveness

Learning Outcomes

You will learn how to implement the functionalities of add, remove/delete, search, and save in this project. Additionally, you'll discover how to publish or deploy your website to Azure so that you may impress your peers.