Skip to content

Commit

Permalink
authentication added
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitGhorai committed May 1, 2023
1 parent 1d731f9 commit aece70e
Show file tree
Hide file tree
Showing 22 changed files with 607 additions and 370 deletions.
88 changes: 88 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.3.4",
"bootstrap": "^5.2.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
Expand All @@ -27,6 +28,7 @@
"react-scripts": "^2.1.8",
"react-svg-line-chart": "^1.0.6",
"react-svg-map": "^2.2.0",
"react-toastify": "^8.0.0",
"react-tooltip": "^4.5.0",
"react-typed": "^1.2.0",
"simple-flexbox": "^2.3.3",
Expand Down
22 changes: 0 additions & 22 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/themes/6.0.3/bootstrap/bootstrap-main.css"></link>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
crossorigin="anonymous"
/>
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand All @@ -46,21 +40,5 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
<script src="https://kit.fontawesome.com/b99e675b6e.js"></script>
</body>
</html>
11 changes: 11 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.Toastify__close-button {
color: #fff;
}

.inf-content{
border:1px solid #DDDDDD;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
}
Loading

0 comments on commit aece70e

Please sign in to comment.