Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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