vinson-han / expense-tracker

0 stars 1 forks source link

Category & Recurrence Inputs added / READMEs added #28

Closed kevinngonzales closed 3 months ago

kevinngonzales commented 3 months ago

Proposed changes

Added category input and recurrence input for user to add more detail to their expenses/income. Possible calendar page which shows when expenses are due and when it is pay day.

Link to Product Tracker

This will be a link to the issue you are specifically tasked with resolving.

Link to Figma/Zeplin

n/a

Types of changes

What types of changes does your code introduce to Periodikal? Put an x in the boxes that apply

Checklist

_Put an x in the boxes that apply. You can also fill these out after creating the PR.

Further comments

n/a

vinson-han commented 3 months ago

class should be changed to className name convention due to "class" being a reserve keyword javascript. className is what React uses for jsx.