-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Expense Tracker #882
Comments
Can i work on this? |
Can you assign me this work? |
@A7Lavinraj Thank you for volunteering! You can go ahead and work on this task. Looking forward to your contribution!
|
@Sumits-Cosmos Absolutely, feel free to take this up! Excited to see your progress on it. |
Can I help with this? #hacktoberfest |
@suamirochadev this project looks like unmaintained, the last commit happen a year ago. First thing you should check before you try to contribute is to check if the project is even maintained. |
/assign |
Tier: 1-Beginner
Description: An expense tracker app that helps users manage their personal finances. Users can add income and expenses, and the app will calculate the remaining balance dynamically. This project involves handling state, forms, and simple calculations in React.
Purpose: To help users track their income and expenses while learning how to manage forms, state, and dynamic data in React.
Resources Needed: No external APIs are required.
User Stories:
User can add an expense or income with a description, date, and amount.
User can view a list of added expenses and incomes.
User can see the total balance based on the added expenses and income.
User can delete any entry from the list.
User can view a breakdown of total income vs. total expenses.
Bonus Features:
User can categorize expenses (e.g., Food, Entertainment, Rent).
User can filter expenses by month.
User can generate a PDF report of their expenses.
Useful Links and Resources:
React Forms Documentation
Example Projects:
Expense Tracker on GitHub
The text was updated successfully, but these errors were encountered: