Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oba-One_idThon #13

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added .DS_Store
Binary file not shown.
10 changes: 10 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
]
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.2.0
15 changes: 0 additions & 15 deletions HOW_TO_CHECK_YOUR_PR_STATUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,3 @@ Also, look at the comments by the reviewers.
4️⃣ | If you have **completed and approved** tag you are done and approved.

5️⃣ | If you have **hold** , it means that you might be copying the same code and also trying to create a new github profile just for this tasks.

## For reviewers

🟥 High Priority ->> **completed but waiting approval**, approve the PRs with this tag as they completed all challenges.

🟧 Medium Priority ->> **approved**, approve these tags as they completed specific challenges. If wanted to know specific challenges completed look for the corresponding tags after
**approved** tag.

🟨 Low Priority ->> **done**, wait for these tags to be finished as we requested them to do some changes.

🚨🚨🚨🚨🚨🚨🚨🚨🚨

Give **hold** labels if you find something phishy.

For more info , contact the [telegram channel](https://t.me/+TqTo-dIdeLlkMzA1)
29 changes: 0 additions & 29 deletions challenge-1.md

This file was deleted.

33 changes: 0 additions & 33 deletions challenge-2.md

This file was deleted.

31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "idthon",
"version": "1.0.0",
"private": true,
"license": "MIT",
"repository": {
"url": "https://github.com/wefa-tech/idThon"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "17.0.38",
"concurrently": "^8.0.1",
"dotenv": "16.1.0",
"identity-obj-proxy": "3.0.0",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"eslint": "8.29.0",
"rimraf": "^3.0.2",
"typescript": "^5.0.4",
"wait-port": "^1.0.4"
},
"engines": {
"node": "20.x",
"pnpm": "8.x"
},
"packageManager": "[email protected]"
}
Loading