vinson-han / expense-tracker

0 stars 1 forks source link

Divide expense-tracker component into 3 subcomponents #36

Closed santi-jose closed 3 months ago

santi-jose commented 3 months ago

Task Owner (Responsible): [Jose, S]

Task Assignee (Accountable): [Jose S]

Task Deadline: [05/24/2024]

Task Description: Reorganize the Savings and Expense components into a folder with their associated files.

Acceptance Criteria: We should have three folders for Savings, Income, and Expenses.

Estimation: This should take no longer than a day.

Dependencies: The only dependency is trying to maintain consistency with the structure Kevinn has laid out with the Income component and mimicking it with the Savings and Expenses components.

Priority: Moderate

Task Type: File Structure

Subtasks:

  1. Create component folder for Expenses & Savings Component
  2. Create React Functional Component files for Expenses & Savings Components
  3. Ensure naming convention and div structure matches Income Component.
  4. Ensure tailwind styling is uniform with Income Component.

Testing Requirements: Make sure the styling is identical to Income components.

Documentation: Comments to describe the purpose of the components.

Definition of Done: File naming conventions and structure mirror Income Component …