-
Notifications
You must be signed in to change notification settings - Fork 73
Final project - Tavan #121
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
base: main
Are you sure you want to change the base?
Conversation
…fine routes in app.jsx
:wq# the commit.
…endpoints of the API in server.js, add authmiddleware.js and jsonwebtoken
…mprove user experience
…and react icons to Dashboard.jsx
…art and page reload
…s and DELETE /income, and fix bgColor warning
…oading states for balance and spendings cards
…, DashboardCard and DashboardChart
…on from console logs
JennieDalgren
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job with this project, however it looks like your API calls are towards your local backend.

Please swap this out to your deployed backend so I can test your project in order to get going with the grading.
In general, I like your design and color theme. Very well polished and feels like a "complete" product design wise.
Now I just need to see that the functionality works too.
Let me know when it is fixed.
|
Thank you for your feedback @JennieDalgren Absolutely, I’m working on it! The local version is working, but not the deployed one, as you pointed out. |
|
@JennieDalgren I’ve made the necessary updates. You can now add both income and spending entries. The total values are displayed on the dashboard, and the balance is calculated as income minus spending. You’ve probably noticed that the variable expenses, fixed expenses, and monthly summary aren’t dynamic yet, only the results and the chart are. There’s still quite a bit to improve in terms of design consistency, accessibility, and overall functionality. Note that it may take a few minutes for the page to load. It took me almost five minutes and several tries before everything appeared, but it does work once it loads. |
JennieDalgren
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
Netlify link: https://storybudget.netlify.app
Render link: https://final-project-storybudget.onrender.com/