vinson-han / expense-tracker

0 stars 1 forks source link

Changed the class properties in Navbar to className properties to rem… #30

Closed santi-jose closed 3 months ago

santi-jose commented 3 months ago

…ove console errors. Also formatted the webpage to add the savings, income, and expenses lists. Currently the expenses are being tracked through the expenses list rendered on the webpage. Renamed some css classes for clarity and structure to accommodate flexbox styling for the form input and data render sections of the webpage. Created an ExpenseData component to make code more modular.