GithubHelp home page GithubHelp logo

sqoshi / gpa-calculator Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 731 KB

Grade point average[ GPA] calculator developed with ReactJS. Converts Poland and U.S system grades to GPA representation and calculates GPA according to formula from Stanford University.

CSS 13.93% JavaScript 81.79% HTML 4.28%
reactjs javascript

gpa-calculator's Introduction

Grade Point Average Calculator

Table of contents

Introduction

React application to convert grades from Polish or U.S grades system to GPA world system and compute grade point average according to formula from Stanford University. IMG

General info

Grades can be inserted manually or you can input a file with xls extension.

  • There is a need to have your grades under column named 'Ocena' and the ECTS or hours value under column called 'ECTS'.
  • Rest of columns do not affect the performance of the application.
  • The columns' order does not matter.

Program accepts XLS files generated straight from JSOS ( for Wrocław University of Science and Technology Students).

Data Sample if you do not want to enter it manually: IMG

Data formating:

  • Wrong rows like "---" are being omitted.
  • Values from rows like '(E)' are taken into account.

Example Results

IMG

Code Example

class InputComponent extends Component {
    state = {
        renderView: 0,
    };
    render() {
        return (
            <div className={"input-element"}>
                <label>ECTS<input class="ects-in" value={this.props.val_ects} type="text"></input></label>
                <label> <input class="grades-in" value={this.props.val_grade} type="text"></input> Grade</label>
            </div>
        );
    }
}

Launch

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.
You will also see any lint errors in the console.

Installation

npm install --scripts-prepend-node-path=auto

Builds the app for production in the current folder.

It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Technologies

  • ReactJS
  • Javascript
  • Xlsx

gpa-calculator's People

Contributors

sqoshi avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.