Logo

Team 2 - TEACH W/ PETE

TA/IA Hiring Dashboard

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Features

About The Project

Our product will facilitate the application submission for TA/IA positions at the Computer Science department. There will be two types of users: managers and students. Each user already has an assigned role in our databae. Once logged in, our program will redirect the user to a clean and responsive dashboard to navigate for their necessary actions. Managers are able to access a list of courses and students that have applied for a position as a TA or IA. Here, the maanager can then hire and assign applicant to a specific course. Students will be able to access the application as well as check the status of their application.

(back to top)

Built With

(back to top)

Getting Started

The configurations and installations needed to run application on your environment

Prerequisites

Installation

  1. Install NPM packages

    npm install
    
  2. Webpack Configuration

     npm init -y
    
     npm i webpack webpack-cli -D
    
     npm run build
    

(back to top)

Features/Usage

Login Page

Student Dashboard

Manager Dashboard

Applicants Page

Courses Page

Application Form

(back to top)