Skip to content

Commit 7105369

Browse files
#TRAPWLS-19 Code optimized and new features implemented
1 parent 0583043 commit 7105369

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1679
-28798
lines changed

package-lock.json

Lines changed: 0 additions & 28742 deletions
This file was deleted.

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,24 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6+
"@reduxjs/toolkit": "^1.9.7",
67
"@testing-library/jest-dom": "^5.16.5",
78
"@testing-library/react": "^13.4.0",
89
"@testing-library/user-event": "^13.5.0",
10+
"axios": "^1.7.7",
11+
"cors": "^2.8.5",
12+
"firebase": "^11.0.1",
13+
"jwt-decode": "^3.1.2",
14+
"nodemon": "^3.1.7",
915
"react": "^18.2.0",
1016
"react-dom": "^18.2.0",
17+
"react-icons-kit": "^2.0.0",
18+
"react-redux": "^8.1.3",
19+
"react-router-dom": "^6.4.1",
1120
"react-scripts": "5.0.1",
21+
"react-uuid": "^1.0.3",
22+
"redux": "^4.2.0",
23+
"styled-components": "^5.3.5",
1224
"web-vitals": "^2.1.4"
1325
},
1426
"scripts": {

public/favicon1.ico

9.18 KB
Binary file not shown.

public/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
5+
<link rel="icon" href="%PUBLIC_URL%/favicon1.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
88
<meta
99
name="description"
1010
content="Web site created using create-react-app"
1111
/>
12-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
12+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo512.png" />
1313
<!--
1414
manifest.json provides metadata used when your web app is installed on a
1515
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
@@ -24,7 +24,8 @@
2424
work correctly both with client-side routing and a non-root public URL.
2525
Learn how to configure a non-root public URL by running `npm run build`.
2626
-->
27-
<title>React App</title>
27+
<title>Javascript Crud with SampleTasks</title>
28+
<script src="https://accounts.google.com/gsi/client" async defer></script>
2829
</head>
2930
<body>
3031
<noscript>You need to enable JavaScript to run this app.</noscript>

public/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"short_name": "React App",
3-
"name": "Create React App Sample",
2+
"short_name": "Javascript Crud",
3+
"name": "Javascript Crud with SampleTasks",
44
"icons": [
55
{
66
"src": "favicon.ico",
77
"sizes": "64x64 32x32 24x24 16x16",
88
"type": "image/x-icon"
99
},
1010
{
11-
"src": "logo192.png",
12-
"type": "image/png",
13-
"sizes": "192x192"
11+
"src": "favicon1.ico",
12+
"sizes": "64x64 32x32 24x24 16x16",
13+
"type": "image/x-icon"
1414
},
1515
{
1616
"src": "logo512.png",

0 commit comments

Comments
 (0)