Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 2.04 KB

README.md

File metadata and controls

56 lines (35 loc) · 2.04 KB

logo


Find Mentor Mobile App

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.

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn ios
$ yarn android

API

Get all persons by:

curl https://findmentor.network/persons.json

Get all active mentorships by:

curl https://findmentor.network/activeMentorships.json

Get all jobs:

curl https://findmentor.network/jobs.json

Current Screenshots

HomePage HomePage HomePage HomePage HomePage HomePage HomePage HomePage HomePage HomePage HomePage HomePage HomePage


For detailed explanation on how things work, check out React Native docs.