Giter Site home page Giter Site logo

mahmoud-khalifa19 / find-a-mentor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from charliegerard/find-a-mentor

0.0 1.0 0.0 709 KB

Coding Coach alpha website

Home Page: https://mentors.codingcoach.io

License: MIT License

HTML 4.38% JavaScript 84.17% CSS 11.45%

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)
  3. Create a branch "add-{your-name}-as-mentor"
  4. Add your details in src/mentors.json file (check the below schema for requirements).
  5. Run yarn test to validate that the details is following the right schema (carelfully read the output to see what needs to be fixed)
  6. Push the "add-{your-name}-as-mentor" branch to github
  7. PR with the title "Add {Your Name} as mentor".
  8. 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": "Israel",                          // Full name. please avoid synonyms (check if it's not already exist)
  "tags": [                                     // minItems: 1, maxItems: 5
    "nodejs", "webpack", "mongodb"              // please avoid synonyms
  ],
  "channels": [                                 // minItems: 1, maxItems: 3
    {
      "type": "email",                          // see available channels below
      "id": "[email protected]"                    // depends on the type
    }
  ]
}

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.


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

moshfeu avatar crysfel avatar koolamusic avatar marina-mosti avatar asantarissy avatar artofcode- avatar gulshansainis avatar lsmith77 avatar reeversedev avatar asjas avatar andifalk avatar achou11 avatar awjudd avatar arnellebalane avatar aryanj-nyc avatar bencodezen avatar alivenotions avatar alsoicode avatar bmorrisondev avatar analistacarlosh avatar carlos-trinidad avatar charliegerard avatar corinneling avatar corneil avatar crisecheverria avatar davisokoth avatar inmarelibero avatar emmanuel-melon avatar 07gond avatar gregorifaroux avatar

Watchers

James Cloos 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.