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.
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn ios
$ yarn android
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
For detailed explanation on how things work, check out React Native docs.