MS Uni Connect is a web application that intends to provide a single platform to both Faculty and their Students for a simplified interaction.
MS Uni Connect is build under Microsoft Engage Mentorship Program(November 2021) where we need to build a functional prototype to broader the engagement of students with university community during pandemic.
- Allow students to submit their willingness to attend the classes in-person or in online mode weekly.
- The scheduling is made more intercative by creating a virtual classroom portray where students can select their own seat number for the offline class that they'll be attending.
- After Scheduling, students can download their acceptance letter in PDF Format.
- Authentic data check is maintained when user Login/Register with the portal.
- New students and faculties can also register to the portal but only by the unique ID provided by the institute.
- Pandemic precautions are taken care of.
- Announcements can be made by the faculty that pops up on all the student dashboards.
- The database of all the students (including the Vaccination Status) is accessible to the respective faculty.
- The website is responsive with almost all the devices.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
$ git clone https://github.com/simran916/MSUNICONNECT.git
$ npm install
$ node index.js
Then go to http://localhost:3000