Skip to content

MyGrades is an application for highschool and college students to keep track of, and to make calculations on their grades.

Notifications You must be signed in to change notification settings

willsims14/My-Grades

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyGrades

Will Sims, March, 2017

What It Does

MyGrades is an application for students to keeps track of the grades he or she receive in their college or highschool courses and calculates their GPA. The "What Do I Need" feature allows a student to calculate a grade that they need to get on an upcoming assignment (homework, exam, project, etc.) in order to get a specific grade (that the user inputs) in the course.

Dependencies

You need a few things in order to download and run MyGrades:

  1. A Firebase database to store user grades. Once you have created the Firebaes database and have your keys, create this file (with your own keys): app/values/fb-creds.js

    "use strict";
    
    app.constant('FBCreds', {
        apiKey:      "XXXXXXXXXXXXXXX",
        authDomain:  "XXXXXXXXXXXXXXX",
        databaseURL: "XXXXXXXXXXXXXXX"
    }); 
  2. Node Package Manager (NPM) was used to install and manage dependencies

    • cd lib
    • npm install
  • If you're using Bower, be sure to change the <script> tags in index.html to reflect the correct filepaths.

Built With

Contact

About

MyGrades is an application for highschool and college students to keep track of, and to make calculations on their grades.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published