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 sign up 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 deviceInstall xcode or android studioClone Repo and navigate to root directoryInstall Dependencies with: npm installIf using ios, cd into 'ios' then run pod installNavigate back to root directory and run npm react-native run-ios or npm react-native run-android
