divyansh-2005 / my-calendar-app

My Calendar App is a full-stack application designed to help users manage their schedules, expenses, todos, and notes all in one place. The app provides a seamless and intuitive user interface for efficient day-to-day management and includes robust backend support for secure data handling and user authentication.
https://my-calendar-app-phi.vercel.app
22 stars 51 forks source link

[BUG]:Add Expense does not add any new Expense #54

Closed haseebzaki-07 closed 1 month ago

haseebzaki-07 commented 1 month ago

Describe the bug Adding expense data and on clicking the add expense button does not add any new expense instead shows "No Expense for this Date"

To Reproduce Steps to reproduce the behavior:

  1. Go to "Add Expenses in the Sidebar"
  2. Click on "Add Expense after filling out the expense form"
  3. See "No expenses for this date"

Expected behavior Ideally it should append a new expense according to the input of the user.

Screenshots before

Screenshot 2024-10-05 111707

**screenshots after fix***

check list