v.0.3.0
We added a feature that hashes users passwords, allowing them to securely store their password. We also configured the /create-account in the index.js to allow users account creation to be added to the database. We also created /accounts to allow users to see a list of accounts. We updated the styles.css sheet, added error handling to create account route, updated path to style sheet. We also added more employees to the database so the manager can select who they want to complete the task and they are also allowed to change that in edit task. We added due dates to the task list and completed tasks that can be changed if needed in edit task. We made it so when you create an account it logs in our database and can be used to log in. Passwords will be hashed.