feat— new feature for the userfix— bug fix for the userdocs— documentation changesstyle— formatting, missing semi colons, etc.refactor— refactoring production codetest— adding missing tests, refactoring testschore— updating grunt tasks, nothing that an external user would see
<is>-<number>-<task_description>
is-1-setup-repository
<type>(<optional scope>): <description>
feat: add login page
fix(button): logout user
<type>(<optional scope>): <brief description>
feat: add user authentication
fix(api): resolve 404 error on user fetch
docs: update README with setup instructions
## Summary
A brief description of the changes made.
## Changes Made
* Bullet point list of changes made
## Screenshots (if applicable)
Include screenshots of the changes in action, if applicable.
## Summary
Added user authentication feature to allow users to securely log in and access their accounts.
## Changes Made
* Created login and registration forms
* Integrated authentication API
* Added JWT token handling
* Updated navigation to reflect authentication state
## Screenshots (if applicable)