MyScienceGuide is a React Native application that connects Latin American high schools students who are interested in research or competing in Science Fairs with qualified research mentors. Our application will allow students to # and indicate their prior research skills, experience, and interests and then we will match students to corresponding mentors who meet their qualifications. We also provide a chat functionality for users and mentors to connect.
More details on the application: https://normant.me/my-science-guide.html
In order to make a feature, create a seperate branch titled "<yourName>-<featureName>"
Make sure you have installed Node/npm on your device
Install xcode or android studio
Clone Repo and navigate to root directory
Install Dependencies with: npm install
If using ios, cd into 'ios' then run pod install
Navigate back to root directory and run npm react-native run-ios or npm react-native run-android