Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.03 KB

Monthly Budget Tracker

DEMO

Description

The Monthly Budget Tracker is a web-based application that helps users keep track of their monthly spending. Starting with a budget of $4000.00, the application displays a dynamically updating countdown that shows the remaining amount for the month, considering the current date and time. This allows users to see how much money is still available to spend for the rest of the month.

Features

  • Dynamic Countdown: The remaining budget is updated every second.
  • Monthly Reset: The countdown resets at the beginning of each month.
  • Current Date Display: The application shows the current month, day, and year.
  • Variable Month Lengths: The application accounts for the different number of days in each month.

Getting Started

Prerequisites

To run this project, you will need:

  • A web browser (Chrome, Firefox, Safari, etc.)

Installation

  1. Clone the repository:
git clone https://github.com/jadehamel/MonthlyBudgetTracker.git