This is a Web Application which where we can calculate our CGPA of our(😅annoying) results.
Im currently learning the framework and i also have worked with other JS Framworks/libraries such as React, Next, Vue
This was a little bit different and it was adopted a weird Island Architecture and many more Features
It contains all subjects's credit for every(8) semester for 5 Departments (CSE, EEE, ECE, CIVIL, MECH) which are stored in a variable.
It doesnt use any third-party services like APIs, Databases yet. Everything was served as a static files from a Deno Deploy which was serving this web project.
Its a easy process to build it
- Install Deno Runtime
- Just run
deno task start
from the project folder - It will download required dependencies for the project
- And Boom🎉 You made it
- Now, it will locally hosted on
8000
port
Just visit localhost:8000
Feel free to post if you encounter some issue on the app