Pre-release version of Coaching Code.
Just go to https://Coding-Coach.github.io/find-a-mentor/ and find him.
- Fork
yarn
- Add your details in
mentors.json
file. - Run
npm test
to validate that the details is following the right schema. - PR.
- Thanks!
{
"name": "your name", // minLength: 2
"avatar": "https://link-to-your/avatar.jpg", // url
"title": "NodeJS developer", // minLength: 2
"description": "Hi, I'm NodeJs developer", // minLength: 5, maxLength: 45 optional
"country": "Israel", // should be real :)
"tags": [ // minItems: 1, maxItems: 5
"nodejs", "webpack", "mongodb"
],
"channels": [
{
"type": "email", // see available channels below
"id": "[email protected]" // depends on the type
}
]
}
type | parameter |
---|---|
email address | |
slack | slackId in coding-coach workspace |
userId | |
userId | |
userId |
That's why we here! 😀
Have an idea? Please create a PR. If you not sure how to do this, ask us or find a mentor who can assist.
Haven't time to code it? Please open an issue.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.