Skip to content

Commit 22a8cfc

Browse files
committed
skills updated
1 parent c4476ad commit 22a8cfc

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

src/components/projects.js

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,32 @@ function Projects() {
2626
description:
2727
"Proview Client is a activity capture platform. Its capture events like `multiple face detection`, `copy/paste`, `record screen activity` etc. which are used to evaluate a candidate's assessment",
2828
framework: "BackboneJs",
29-
keywords: ["backbone", "jquery", "sentry"]
29+
keywords: ["backbone", "grunt", "browserify", "jquery", "sentry"]
3030
},
3131
{
3232
name: "Proview Live Proctor",
3333
roles: ["Creator", "Maintainer", "Enhancer"],
3434
description:
3535
"Proview Live proctoring is a real time proctoring platform, where the proctor able to see the video and screen of the candidate and able to intervene through the chat if the candidate is cheating.",
3636
framework: "ReactJs",
37-
keywords: ["react", "redux", "semantic-ui", "craco", "react-table", "getstream.io", "sentry"]
37+
keywords: [
38+
"react",
39+
"redux",
40+
"webpack",
41+
"semantic-ui",
42+
"craco",
43+
"react-table",
44+
"getstream.io",
45+
"sentry"
46+
]
3847
},
3948
{
4049
name: "Passage Question",
4150
roles: ["Creator", "Maintainer", "Enhancer"],
4251
description:
4352
"This is a assessment platform where candidate can give passage question type interview round.",
4453
framework: "ReactJs",
45-
keywords: ["react", "redux", "semantic-ui", "craco", "sentry"]
54+
keywords: ["react", "redux", "webpack", "semantic-ui", "craco", "sentry"]
4655
},
4756
{
4857
name: "Custom Form",

0 commit comments

Comments
 (0)