Skip to content

alperbayram/find-mentor

 
 

Repository files navigation

Find Mentor

The project's aim is to collect feedback from people.

  • Find & match mentors/mentees
    • w/o contract,
    • w/o protocol,
    • w/o ego
  • Helps to understand the basics of being mentee / mentor.
  • Helps to find new work buddies/pairs.

Page view

Page view

Page view

API

Get all persons by:

curl https://findmentor.network/persons.json
fetch("https://findmentor.network/persons.json")
  .then(res => res.json())
  .then(console.log);

Get all active mentorships by:

curl https://findmentor.network/activeMentorships.json
fetch("https://findmentor.network/activeMentorships.json")
  .then(res => res.json())
  .then(console.log);

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.

About

Find & match mentees and mentors!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 63.5%
  • SCSS 16.1%
  • JavaScript 15.0%
  • HTML 3.9%
  • CSS 1.5%