crysfel / find-a-mentor

Find a mentor website

Home Page:https://coding-coach.github.io/find-a-mentor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre-release version of Coaching Code.

Looking for a mentor?

Just go to https://Coding-Coach.github.io/find-a-mentor/ and find him.

Want to be a mentor?

  1. Fork
  2. yarn
  3. Add your details in mentors.json file.
  4. Run npm test to validate that the details is following the right schema.
  5. PR.
  6. Thanks!

Mentor schema

{
  "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": "john@gmail.com"                    // depends on the type
    }
  ]
}

Channels

type parameter
email email address
slack slackId in coding-coach workspace
linkedin userId
facebook userId
twitter userId

Want to contribute this project?

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.

Available Scripts

In the project directory, you can run:

npm start

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.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

About

Find a mentor website

https://coding-coach.github.io/find-a-mentor/

License:MIT License


Languages

Language:JavaScript 85.9%Language:HTML 9.7%Language:CSS 4.5%