ani1609 / Spendwise

Spendwise - Your User-Friendly Expense Tracker
https://spendwise-seven.vercel.app/
MIT License
26 stars 49 forks source link

Refactoring code to create separate Transaction Form component #254

Closed Nupoor10 closed 8 months ago

Nupoor10 commented 8 months ago

Pull Request

Fixes #241

Description: Created a separate component TransactionForm.js that renders the Transactions Form within the Expense Tracker. Shifted input handling and form submission logic to TransactionForm component. Common state variables in TransactionForm.js and Transactions.js have been retained in the ExpenseTracker component itself.

Checklist:

Screenshots: I have attached a video demonstrating the working of the form post code refactoring

https://github.com/ani1609/Spendwise/assets/92589912/651bc677-a414-4c87-bdb0-e355a0e04256

vercel[bot] commented 8 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @ani1609 on Vercel.

@ani1609 first needs to authorize it.

vercel[bot] commented 8 months ago

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

Name Status Preview Comments Updated (UTC)
spendwise ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 23, 2023 7:22am
spendwise-server ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 23, 2023 7:22am
ani1609 commented 8 months ago

@Nupoor10 impressive