Skip to content

An SGPA calculator for the students of Amity University, built with Node.js and Express.

License

Notifications You must be signed in to change notification settings

RushanKhan1/Amity-SGPA-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amity-SGPA-Calculator

An SGPA calculator for the students of Amity University.

This app will mainly help the students to experiment with various possibilities of marks and observe how high credit courses and low credit courses actually affect their grade point. This app is built with Node.js and Express, using cheerio for efficient dom manipulation.


Screenshot

How to Run Locally


Prerequisites

Make sure you have Node.js and npm installed on your computer.
If not then download here and then run the installer if you are on Windows or macOS.
If you are on Linux then run the following commands in your terminal:

sudo apt update
sudo apt install nodejs
sudo apt install npm

Build Instructions

  1. Clone the repository and then navigate to it in the terminal.
  2. In the project directory run npm install to install the dependencies.
  3. Then run node index.js to start the app on port 3000.
  4. Open the url localhost:3000 in your browser to use the app.

About

An SGPA calculator for the students of Amity University, built with Node.js and Express.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published