Skip to content

Commit

Permalink
copy webapp for secret santa
Browse files Browse the repository at this point in the history
  • Loading branch information
davidawad committed Mar 23, 2021
1 parent 817b64b commit 587bbe1
Show file tree
Hide file tree
Showing 30 changed files with 18,371 additions and 17 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/reportWebVitals.js":"1","/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/index.js":"2","/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/Components/CONSTANTS.js":"3","/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/serviceWorker.js":"4","/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/theme.js":"5","/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/Components/CreateSantaGame/CreateSantaGame.js":"6","/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/Components/CheckSantaGame/CheckSantaGame.js":"7","/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/Components/SantaGameCreated/SantaGameCreated.js":"8","/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/Components/SantaCheckSent/SantaCheckSent.js":"9","/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/Components/App/App.js":"10"},{"size":362,"mtime":1606769571077,"results":"11","hashOfConfig":"12"},{"size":317,"mtime":1607466206837,"results":"13","hashOfConfig":"14"},{"size":377,"mtime":1607457517284,"results":"15","hashOfConfig":"14"},{"size":5086,"mtime":1606777278010,"results":"16","hashOfConfig":"14"},{"size":745,"mtime":1606777288842,"results":"17","hashOfConfig":"18"},{"size":8659,"mtime":1607529764682,"results":"19","hashOfConfig":"14"},{"size":5445,"mtime":1607539841228,"results":"20","hashOfConfig":"18"},{"size":2402,"mtime":1607529771917,"results":"21","hashOfConfig":"14"},{"size":2102,"mtime":1607529306031,"results":"22","hashOfConfig":"14"},{"size":864,"mtime":1607529826449,"results":"23","hashOfConfig":"14"},{"filePath":"24","messages":"25","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"xu1ola",{"filePath":"26","messages":"27","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1p76djd",{"filePath":"28","messages":"29","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"30","messages":"31","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"32","messages":"33","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1bquvw9",{"filePath":"34","messages":"35","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"36","messages":"37","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"38","messages":"39","errorCount":0,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"40","messages":"41","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"42","messages":"43","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/reportWebVitals.js",[],"/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/index.js",[],"/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/Components/CONSTANTS.js",[],"/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/serviceWorker.js",[],"/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/theme.js",[],"/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/Components/CreateSantaGame/CreateSantaGame.js",[],"/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/Components/CheckSantaGame/CheckSantaGame.js",[],"/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/Components/SantaGameCreated/SantaGameCreated.js",["44","45"],"/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/Components/SantaCheckSent/SantaCheckSent.js",["46"],"/Users/davidawad/Projects/R3/Cordapp Samples/secret-corda-santa/clients/src/main/webapp/src/Components/App/App.js",[],{"ruleId":"47","severity":1,"message":"48","line":55,"column":7,"nodeType":"49","endLine":55,"endColumn":32},{"ruleId":"47","severity":1,"message":"48","line":75,"column":9,"nodeType":"49","endLine":75,"endColumn":34},{"ruleId":"47","severity":1,"message":"48","line":52,"column":7,"nodeType":"49","endLine":52,"endColumn":32},"jsx-a11y/alt-text","img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.","JSXOpeningElement"]
23 changes: 23 additions & 0 deletions Advanced/secretsanta-cordapp/clients/src/main/webapp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
Loading

0 comments on commit 587bbe1

Please sign in to comment.