vinson-han / expense-tracker

0 stars 1 forks source link

Log-in Page Logic #21

Open Edgar-Carpinteyro opened 3 months ago

Edgar-Carpinteyro commented 3 months ago

Task Owner (Responsible): Edgar C

Task Assignee (Accountable): Kevinn G

Task Deadline: 05/06/2024

Task Description: Use login information to sign in user into the dashboard.

Acceptance Criteria: The login page takes the newly created account information (email and password) to log into the account. This action directs the user to the dashboard page.

Estimation: 1 hour

Dependencies: The prerequisite for this task is the successful implementation of the sign-up logic page.

Priority: High

Task Type: Development

Subtasks: Implement useState for email and password; create functions to handle the email, password, and login.

Testing Requirements: Use the local server.

Documentation: Comments

Definition of Done: When a user can log in to the dashboard by entering the email and password. …