A class manager built with React Native and Realm.
The main goal of this project is to get us started in Javascript, React Native and Realm, so this is our first project using those three technologies combined. Rodolfo was created to be an offline application that helps you keep track of your grades and goals during the school season. Thus, you can store subjects, notes, grades and a main grade that is your average goal for that subject. Rodolfo will show you your current status in achieving that goal.
- First, run yarn install inside the folder named rodolfo.
yarn install
- After that, run npx react-native run-android to use this app in your Android device via USB cable. Make sure you already have a React-Native environment setup ready.
npx react-native run-android
- Then, open a new tab in your terminal, go to the rodolfo folder and run yarn start.
yarn start
Feel free to contribute to this project, any help is welcomed.
- Fork the project
- Create a branch for your Feature (
git checkout -b feature/MyFeature
) - Add your changes (
git add .
) - Commit your changes (
git commit -m 'Adding an awesome feature!
) - Push your changes into the branch (
git push origin feature/MyFeature
) - Open a Pull Request
Distributed under the MIT license. See LICENSE for more information.