Giter Club home page Giter Club logo

find-a-mentor's Introduction

Build Status contributions welcome

Pre-release version of Coding Coach.

Looking for a mentor?

Just go to https://mentors.codingcoach.io/ and find her / him / them.

Requirements

Want to be a mentor?

  1. Fork
  2. yarn (make sure you have a compatible node version, nvm or fnm can help here)

CLI Geek?

Add user - demo

  1. yarn run add-user
  2. Answer the questions.
  3. Step 2 will push the required changes to a branch add-{your-name}-as-mentor so you just need to create a PR.

Like to do it manually?

  1. Create a branch "add-{your-name}-as-mentor"
  2. Add your details in src/mentors.json file (check the below schema for requirements).
  3. Run yarn test to validate that the details is following the right schema (carelfully read the output to see what needs to be fixed)
  4. Push the "add-{your-name}-as-mentor" branch to github
  5. PR with the title "Add {Your Name} as mentor".
  6. Thanks!

Notes:

  1. Please double check your details. It’s important that the data scheme remains the same; just replace the details with your values. If you change the data architecture, it will cause errors.
  2. In order to avoid merge conflicts, please fetch the changes on master before pushing.

Mentor schema

{
  "id": "your email",
  "name": "your name",                          // minLength: 2
  "avatar": "https://link-to-your/avatar.jpg",  // url, must start with https://
  "title": "NodeJS developer",                  // minLength: 2, maxLength: 30
  "description": "Hi, I'm NodeJs developer",    // minLength: 5, maxLength: 80 optional
  "country": "SE",                              // Country code (link to the list below)
  "tags": [                                     // minItems: 1, maxItems: 5
    "nodejs", "webpack", "mongodb"              // please avoid synonyms (see list below)
  ],
  "channels": [                                 // minItems: 1, maxItems: 3
    {
      "type": "email",                          // see available channels below
      "id": "[email protected]"                    // depends on the type
    }
  ]
}

synonyms tags

  • nodejs: node, node.js
  • reactjs: react
  • react native: react-native

Country codes

https://github.com/hjnilsson/country-flags/blob/master/countries.json

Channels

type parameter
email email address
slack memberID (How to find it?)
linkedin userId
facebook userId
twitter userId

Want to contribute this project?

That's why we here! πŸ˜€

Have an idea? Please use a branch and 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.

Slack

Coding Coach is on Slack! Click here to join.


This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn 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.

yarn test

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

find-a-mentor's People

Contributors

07gond avatar achou11 avatar alivenotions avatar alsoicode avatar analistacarlosh avatar andifalk avatar arnellebalane avatar artofcode- avatar aryanj-nyc avatar asantarissy avatar asjas avatar awjudd avatar bencodezen avatar bhaskargyan avatar bmorrisondev avatar carlos-trinidad avatar charliegerard avatar chrisdemars avatar corinneling avatar crisecheverria avatar crysfel avatar gulshansainis avatar kenichi-shibata avatar koolamusic avatar lsmith77 avatar marina-mosti avatar moshfeu avatar reeversedev avatar rubnvp avatar tankerxyz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.