BananaApache / gradebook_website

Make your own gradebook website with custom grades

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make your own dadeschools gradebook website

Installation if you're on a Mac:

Step 1: Download these files to your computer

Click HERE to download the required files

Unzip them too

Step 2: Download NodeJS by clicking on this url: https://nodejs.org/en/download/

(NodeJS is free software made by Microsoft that can run JavaScript outside browsers)

Leave EVERYTHING as default and it'll take like less than a minute

Step 3: Open terminal

Open spotlight search with Command + Space and type 'terminal'

Then copy and paste this command and press Enter

cd ~/Downloads/images_for_readme-master; node bruh.js

Then enter your ID number for Dadeschools and press Enter

Step 4: Login and then change your grades as you wish

Tap on the course name and change your grades to whatever you want and click 'Submit'

Reload the page and your grades will stay the same

To reset grades, click on the profile picture

Installation if you're on Windows:

Step 1: Download these files to your computer

Click HERE to download the required files

Extract them to the default location

Step 2: Download NodeJS by clicking on this url: https://nodejs.org/en/download/

(NodeJS is free software made by Microsoft that can run JavaScript outside browsers)

Leave EVERYTHING as default and it'll take like less than a minute

Step 3: Open the Command Prompt

Press the 'Windows' key or click on the windows icon in the bottom left corner and type cmd

Then copy and paste this command and press Enter

cd %userprofile% && cd Downloads\gradebook_website-master\gradebook_website-master && node bruh.js

Then enter in your ID number for Dadeschools and press Enter

Step 4: Login and then change your grades as you wish

Tap on the course name and change your grades to whatever you want and click 'Submit'

Reload the page and your grades will stay the same

To reset grades, click on the profile picture

About

Make your own gradebook website with custom grades


Languages

Language:HTML 95.5%Language:CSS 2.9%Language:JavaScript 1.6%