Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauriciabad/GradeCalc
💯 Calculate the necessary mark to pass a subject. Store your grades in your account to access them from pc and mobile.
https://github.com/mauriciabad/GradeCalc
app calculator fib grades marks notas pwa school students university upc web
Last synced: 15 days ago
JSON representation
💯 Calculate the necessary mark to pass a subject. Store your grades in your account to access them from pc and mobile.
- Host: GitHub
- URL: https://github.com/mauriciabad/GradeCalc
- Owner: mauriciabad
- Archived: true
- Created: 2018-05-14T11:05:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T20:34:23.000Z (10 months ago)
- Last Synced: 2024-07-31T20:45:14.978Z (3 months ago)
- Topics: app, calculator, fib, grades, marks, notas, pwa, school, students, university, upc, web
- Language: JavaScript
- Homepage: https://gradecalc.app
- Size: 49.8 MB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/3e698f7a-6ceb-49e5-a3bf-142c72746188/deploy-status)](https://app.netlify.com/sites/gradecalc/deploys) [![Build Status](https://travis-ci.com/mauriciabad/GradeCalc.svg?branch=master)](https://travis-ci.com/mauriciabad/GradeCalc) [![Maintainability](https://api.codeclimate.com/v1/badges/f3f3cbb1736c40546d06/maintainability)](https://codeclimate.com/github/mauriciabad/GradeCalc/maintainability)
# GradeCalc
[GradeCalc](https://gradecalc.mauri.app) is a progressive web app for students, its main purpose is to calculate the necessary mark in the remaining exams to pass a subject.
You can create your own subject and share it, or if someone created it before, you can use theirs.
Also, it allows you to login with Google and store your subjects in the cloud, so you can access them from your mobile and pc.
Use it here: [gradecalc.mauri.app](https://gradecalc.mauri.app)
## Features
- Calculate the mark you need to pass.
- Find your subjects in a database.
- Create your own subject template and share it.
- Add, modify and delete subjects.
- Save your marks in your account and device.
- Google+ login.
- Works offline.
- Add to homescreen.
- Solves complex evaluation formulas.## Development
### Setup
Use this command to install all dependencies.
```bash
npm i
```### Develop
First, install dependencies and build the app:
```bash
npm i
npm run dist
```Use this command to compile the JS and CSS when you save the files.
```bash
npm run dev
```Finally, serve the `dist` folder to view the changes.
### Build
Use this command to compile all the files to the `dist/` directory.
```bash
npm run dist
```### Deploy
_100% automated_ with Netlify, just push to master.
### Gulp commands
You can use `gulp js`, `gulp css`, `gulp libs` or `gulp watch`.