Implemented home page logic to calculate the amount left that the user can spend. It's dependent on the expense API call, tested and implemented within this PR in both Postman and through the UI.
Finished CatregoryCard.js implementation and mounted it to Dashboard() component.
Setup dynamic route to CategoryDetails page.
Created 'Category' title for category cards segment of the page. Still attempting to finagle with formatting for the Add Category button.
Related Issue
6
19
10
8
Motivation and Context
All of the changes implemented within this PR are necessary to the functionality of the application.
How Can This Be Tested?
Pull PR branch.
Installed needed dependencies and stand web server.
Check navbar routing from the View Details page and ensure that you are able to get back to the Dashboard.
Select View Details button and ensure that you're routed with respect to the category firebaseKey.
Screenshots (if appropriate):
N / A
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Description
Related Issue
6
19
10
8
Motivation and Context
All of the changes implemented within this PR are necessary to the functionality of the application.
How Can This Be Tested?
Screenshots (if appropriate):
N / A
Types of changes