Skip to content

Commit

Permalink
Add LoginPage and NotfoundPage
Browse files Browse the repository at this point in the history
  • Loading branch information
AxeRicin committed Nov 29, 2023
1 parent 3060a57 commit fbd0150
Show file tree
Hide file tree
Showing 30 changed files with 499 additions and 210 deletions.
2 changes: 2 additions & 0 deletions frontend/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ rules:
functional/no-conditional-statement: 0
functional/no-conditional-statements: 0
functional/no-expression-statement: 0
functional/no-expression-statements: 0
functional/immutable-data: 0
functional/functional-parameters: 0
functional/no-try-statement: 0
Expand All @@ -37,3 +38,4 @@ rules:
[2, { "namedComponents": "arrow-function" }]
testing-library/no-debug: 0
react/jsx-filename-extension: [1, { "extensions": [".js", ".jsx"] }]
jsx-a11y/label-has-associated-control: 0
213 changes: 212 additions & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.6.2",
"bootstrap": "^5.3.2",
"classnames": "^2.3.2",
"formik": "^2.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"yup": "^1.3.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Binary file removed frontend/public/favicon.ico
Binary file not shown.
Loading

0 comments on commit fbd0150

Please sign in to comment.