Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

samunemeth/tablafilc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The api that tablafilc relied on, was removed. Tablafilc will no longeer be hosted, and this repo will be archived.

Version Alpha 2.0.0

A lot of things changed in this update, but the most important thig is the grade calculator!

  • Added the grade calculator screen, and possibility for othere screens too
  • Switched from chosen to select2
  • Added username and school storing to local storage

The goal of this version, is to implement the basic grade calculator, and experiment with the design of it.

Login

Enter you e-kreta password and username to the input boxes, select your school from the dropdown and press login.

Calculating grades

Select your desired class, then enter a grade that is better than your avrage now, then press calculate! You might get an error message, that your goal has alredy bean reached!

Feel free to download, and modify the code! Before running it, make sure that all packages are installed, by running npm intall in the root directory. You can run the application with node index.js, or with the shorter node . command. The application will run on port 3919 by default, but you can change that in the index.js file, with the PORT varible.

in 2 steps:

  1. npm install
  2. node .

We are getting there!

  • API connection
  • Login screen
  • Interface
  • Calculations
  • Project planner (Maybe?)

API documentation (Copyright (c) 2020 bczsalba)

select2 (Copyright (c) 2012-2017 Kevin Brown, Igor Vaynberg, and Select2 contributors)