8000 GitHub - abhinav-exp/Student_Portal: A Customised Student Portal WebApp for Our branch students where only they can login and conduct class polls, have a todo list, share their achievements with others, view notices posted by CR and much more. This WebApp is build as a contest project by team Outliers at GeeksFiesta of GFG IIIT-BH Chapter.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A Customised Student Portal WebApp for Our branch students where only they can login and conduct class polls, have a todo list, share their achievements with others, view notices posted by CR and much more. This WebApp is build as a contest project by team Outliers at GeeksFiesta of GFG IIIT-BH Chapter.

Notifications You must be signed in to change notification settings

abhinav-exp/Student_Portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outliers

A Customised Student Portal WebApp for Our branch students where only they can login and conduct class polls, have a todo list, share their achievements with others, view notices posted by CR and much more. This WebApp is build as a contest project by team Outliers at GeeksFiesta of GFG IIIT-BH Chapter.

Frontend

The frontend of the project has been developed using Angular 8 framework. The technologies used in building the frontend are:

  1. HTML
  2. CSS
  3. SCSS
  4. JavaScript

with a little grid styling assist of Bootstrap. The entire frontend code has been structured in modules and compnents with support of in-app single layer routing and root service dependency injections.


Authentication Module

The authentication module contains code for validation only Computer Engineering students of 2019-23 batch to Sign Up/Login into the portal. The authentication credentials go through a linear layered conditions flow, validating :

  • If the email is of a IIIT Student
  • If the email is of a B.Tech student
  • If the email is of a 2019-23 batch student
  • If the email is of a Computer Engineering branch student
  • If the email exists in Computer Engineering branch
  • If the email is already registered in portal

The entire validation is done in backend by restful services and appropriate message is displayed in UI if the user is not authenticated.

Class Representative Authentication

The class representatives have access to exclusive features in portal hence their IDs were seperately registered in the backend. The credentials of the CRs are:

  • Email : b519000@iiit-bh.ac.in , Password : passcr
  • Email : b519100@iiit-bh.ac.in , Password : passcr

Navbar Component

The navbar component is designed to navigate through various components by routing to the respective routing links. The navbar component is placed in the main component and goes through no change while routing through different links.


Time Table

The timetable component displays the time table of the current semester. It is developed using pure HTML and CSS.


Notice Board

The notice board component contains all the important notices that are posted by the Class Representatives. All students of branch can view the notice list and individual notices. Only the class representatives can Post, Edit and Delete the notices from the notice board.


To Do List

The To Do List component is a component for individual students where students can create task and assign deadlines for themselves. Students can only view their own list. Any student has the power to

  • Create a task for themselves
  • Assign a deadline for that task
  • Mark Task As Completed
  • Remove Task from the list

Polls

Polls component allows us to create YES/NO polls for entire class. Any student can create a poll and vote for any poll created by themselves or other students. The polls are automatically removed from the database after 10 days.


Profile

Once Logged in, any student can edit his/her personal details, like name , address, phone number, achievements, etc. The same profile details will be reflected in the student list component.


Student List

Each student can view the list of students in their branch and can view the basic details about them.


Backend

API

All the api are coded in this folder


Hosting App

It hosts and redirects all the urls to frontend build files


Outliers Folder

Contains all the configration files for backend


Hosting

The website is hosted at https://teamoutliers.herokuapp.com/


Instruction to run on local machine

git clone https://github.com/abhinav-exp/Outliers.git

or

git clone git@github.com:abhinav-exp/Outliers.git

after cloning

cd Outliers 
python3 -m venv venv 

activate the virtual environment

source venv/bin/activate

or

venv\Scripts\activate

install and run server

pip install -r requirements.txt
python3 manage.py runserver

About

A Customised Student Portal WebApp for Our branch students where only they can login and conduct class polls, have a todo list, share their achievements with others, view notices posted by CR and much more. This WebApp is build as a contest project by team Outliers at GeeksFiesta of GFG IIIT-BH Chapter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0