Skip to content

Commit

Permalink
Merge pull request #73 from elhagen13/filterTasksByUser
Browse files Browse the repository at this point in the history
Filter tasks by user
  • Loading branch information
elhagen13 authored Dec 8, 2023
2 parents f1a5830 + 3745521 commit f085d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ Link to wiki page (last updated 12/6/2023): https://github.com/elhagen13/StudyWe

Development environment set up:
1). Clone repository from GitHub
-CI/CD and Azure testing will be automatically linked to any code you push
-CI/CD and Azure testing will be automatically linked to any code you push
2). Download the Prettier extension to format code
3). Run npm install at the top level of the code
3). Run npm install at the top level of the code
4). Place all node_modules in a .gitignore file


Contributing:
1). All members of the team use the Prettier code formatter extension.
-Installation: All members can install the extension using VS Code's extension library.
Expand Down
1 change: 0 additions & 1 deletion packages/studywell-frontend/src/pages/CreateAccount.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ function CreateAccount() {
const email = document.getElementById("email");
const username = document.getElementById("username");
const password = document.getElementById("password");
var existence = [0, 0];
setUsernameExistence(false);
setEmailExistence(false);

Expand Down

0 comments on commit f085d1d

Please sign in to comment.