Skip to content

A class manager built with React Native and Realm.

License

Notifications You must be signed in to change notification settings

pedrosqra/Rodolfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

📕 Rodolfo

A class manager built with React Native and Realm.

❓ About the project

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.

📱 Here's a few snapshots of the app:

Home overview add

🔨 Made with

🚩 Getting started

  1. First, run yarn install inside the folder named rodolfo.
yarn install
  1. 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
  1. Then, open a new tab in your terminal, go to the rodolfo folder and run yarn start.
yarn start

😍 You're ready to go!

💻 Contributing

Feel free to contribute to this project, any help is welcomed.

  1. Fork the project
  2. Create a branch for your Feature (git checkout -b feature/MyFeature)
  3. Add your changes (git add .)
  4. Commit your changes (git commit -m 'Adding an awesome feature!)
  5. Push your changes into the branch (git push origin feature/MyFeature)
  6. Open a Pull Request

📄 License

Distributed under the MIT license. See LICENSE for more information.