Our mission is to connect teens to opportunities.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Only the android version is available at the moment.
Follow the steps described here to set everything up.
For running the app follow these steps:
- Clone the repo
- Run
npm install
in the project's folder - This will install the dependencies - Start the AVD you created while setting the environment up
- Run
react-native run-android
in the project's folder
The app should now compile and appear in the emulator.
- React Native - Framework for UI
- React Navigation - Navigation library for react native
- NativeBase - Native components library
If you want to contribute with code, please write it according to the rules in .eslintrc.json. Any contribution is welcome 😄.
This project is licensed under the MIT License - see the LICENSE.md file for details.