Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a New Project called Expense Tracker #611

Merged
merged 3 commits into from
Jan 22, 2025

Conversation

Peehu1308
Copy link
Contributor

**I have added the js code in the html file itself
Expense Tracker Project Overview
Project Title: Expense Tracker
Project Description:
The Expense Tracker is a web-based application designed to help users manage their finances effectively. It allows users to input their total income and track their spending, providing a clear overview of their financial situation. The application features an intuitive user interface and categorizes expenses for better organization.

Key Features:
User -Friendly Interface:

The application boasts a clean and modern UI, making it easy for users to navigate and input their financial data.
Responsive design ensures compatibility across various devices, including desktops, tablets, and smartphones.
Income Input:

Users can enter their total income through a dedicated input field.
The application validates the input to ensure that only numerical values are accepted, enhancing user experience.
Expense Tracking:

Users can input their spending in various categories, allowing for detailed tracking of where their money goes.
The application dynamically updates the total money spent and the remaining balance after each entry.
Real-Time Calculations:

The application performs real-time calculations to display:
Total Income: The cumulative income entered by the user.
Money Spent: The total amount spent based on user inputs.
Money Left: The remaining balance after deducting spending from total income.
This feature provides users with immediate feedback on their financial status.
Expense Categories:

A comprehensive list of expense categories is provided, including:
Travel Expenses
Food
Transport
Utilities
Personal Expenses
EMI (Equated Monthly Installment)
Credit Card Payments
Entertainment
Health
Miscellaneous
This categorization helps users understand their spending habits and identify areas for potential savings.
Dynamic Content Loading:

The application uses JavaScript to dynamically update the content without requiring a page refresh.
When users navigate to the spending section, the relevant input fields and buttons are generated on-the-fly, enhancing the user experience.
Data Formatting:

Monetary values are formatted in Indian Rupees (₹) with two decimal places for clarity.
This ensures that users can easily read and understand their financial data.
Event Handling:

The application employs event listeners to handle user interactions, such as submitting income and spending data.
This approach ensures that the application responds promptly to user actions, providing a seamless experience.
Error Handling:

Input validation is implemented to handle non-numeric values gracefully, ensuring that users are prompted to enter valid data.
This reduces the likelihood of errors and enhances the reliability of the application.
Technologies Used:
HTML: For structuring the web application.
CSS: For styling and creating a visually appealing user interface.
JavaScript: For implementing dynamic functionality, calculations, and event handling.
Conclusion:
The Expense Tracker project is a comprehensive tool for individuals looking to manage their finances effectively. With its user-friendly interface, real-time calculations, and detailed expense categorization, it empowers users to take control of their spending and make informed financial decisions. The project showcases a solid understanding of web development principles and best practices, making it a valuable addition to any portfolio.

I have added the Js code to the index file itself
Copy link

vercel bot commented Jan 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
100-days-100-web-project ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2025 3:37am

Copy link
Contributor

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Peehu1308
Copy link
Contributor Author

@dhairyagothi pls merge this pr

@Peehu1308
Copy link
Contributor Author

@dhairyagothi is something wrong with this ?

DocNow
@dhairyagothi dhairyagothi merged commit 133383f into dhairyagothi:Main Jan 22, 2025
4 checks passed
Copy link
Contributor

🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants