This checklist is intended to help you navigate the process for this CA. When you have completed each step, click the button to mark this as done. Your input is only stored in localStorage so these responses are private to you.
Use the Criteria section below to self assess your submission and make sure that you have met all of the requirements.
I have chosen an existing application package that meets the requirementsI have forked this repository to my own GitHub username.I have created a new branch called workflowI have performed the required changes.I have opened a Pull Request into the fork’s default branch.I have requested review from my coach/teacher.I have reviewed work from my peers.I have delivered an open PR link on Moodle.
Project is configured to run Prettier on commitProject is configured to run ESLint on commitProject branches are protected, code is versioned and branching conventions have been followedProject is configured to build and deploy to pages on merge to default branch
Project readme file is updated to include new configuration information and workflow status badgesAll known bugs have been communicated in the Issues tab
The login function stores a token when provided with valid credentialsThe logout function clears the token from browser storage
The user can log in with the login form with valid credentialsThe user cannot submit the login form with invalid credentials and is shown a message.The user can log out with the logout button