Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobsteves/grade-calculator
A react-native mobile app.
https://github.com/jacobsteves/grade-calculator
Last synced: about 1 month ago
JSON representation
A react-native mobile app.
- Host: GitHub
- URL: https://github.com/jacobsteves/grade-calculator
- Owner: jacobsteves
- Created: 2017-12-29T01:14:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T14:23:55.000Z (about 4 years ago)
- Last Synced: 2023-11-08T19:49:43.343Z (about 1 year ago)
- Language: JavaScript
- Size: 148 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GradeCalculator
A react-native mobile app designed to help users track grades in a course. It calculates grades, and gives the user the option to save the grade.## Features
- Grade Calculations
- Grade Goal Calculations
- ie, what the user needs to get on the remaining course materials to end up with a certain mark
- Grade Tagging
- Track grades based on certain factors like Subject, Semester, etc.
- Check course averages per tag, to check a semesters gpa, etc.
## Get Started
1. Ensure you have the Expo mobile app running.2. Install app dependancies & start the server
```
npm install && npm start
```3. Scan the bar code that pops up, and start developing.
- Note, if this does not work, you may need to update your wifi router settings to allow LAN connections between devices.## Building
1. Install The Expo Development CLI
```
sudo npm install -g exp
```2. Detach the builds & follow the instructions from [Expo](https://docs.expo.io/versions/latest/expokit/detach.html)
```
exp detach
```3. Now you can develop platform specifically, and push ios/android builds
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/jacobsteves/Grade-Calculator/tags).
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details