-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
77 additions
and
278 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"title": "Create React App using npm", | ||
"code": "npm init react-app app-name", | ||
"technology": "reactjs", | ||
"tags": ["reactjs", "npm"] | ||
}, | ||
{ | ||
"title": "Create React Native App using npm", | ||
"code": "npx react-native init appName", | ||
"technology": "reactnative", | ||
"tags": ["reactnative", "npm"] | ||
}, | ||
{ | ||
"title": "Git add remote url", | ||
"code": "git remote add origin repo-url", | ||
"technology": "git", | ||
"tags": ["git", "remote"] | ||
} | ||
] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
export const tabs = [ | ||
{ | ||
id: 1, | ||
title: "reactjs", | ||
}, | ||
{ | ||
id: 2, | ||
title: "git", | ||
}, | ||
{ | ||
id: 3, | ||
title: "nextjs", | ||
}, | ||
{ | ||
id: 4, | ||
title: "django", | ||
}, | ||
{ | ||
id: 5, | ||
title: "reactnative", | ||
}, | ||
]; | ||
|
||
export const placeholders = [ | ||
{ | ||
id: 1, | ||
placeholder: "create react app", | ||
}, | ||
{ | ||
id: 2, | ||
placeholder: "git add remote", | ||
}, | ||
{ | ||
id: 3, | ||
placeholder: "create django project", | ||
}, | ||
{ | ||
id: 4, | ||
placeholder: "git view remote", | ||
}, | ||
{ | ||
id: 5, | ||
placeholder: "create express app", | ||
}, | ||
]; |
Oops, something went wrong.
b89ebec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
cmdr – ./
cmdr-git-main-arungovil.vercel.app
cmdr.vercel.app
cmdr-arungovil.vercel.app