mestafrica / digitizing-the-ges-curriculum

Alpha Virtual Academy Ltd proposes the Litmus Test Project as a Digital Public Goods. The Platform would house competency frameworks and edtech platform assessments for basic and senior high education as well as out of school vocational and technical education in Ghana.
MIT License
0 stars 14 forks source link

Implement Developer Login Form (Frontend) #77

Open emmanuelAkpe opened 3 weeks ago

emmanuelAkpe commented 3 weeks ago

Description: Create a login form for developers to access their portal accounts. Tasks: Set up a frontend form with fields for email and password. Implement backend authentication logic to verify login credentials. Add error messages for incorrect email or password entries. Acceptance Criteria: Developers can log in by entering a registered email and password. Authentication logic securely verifies user credentials. Users see feedback if login fails due to incorrect details.