Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.92 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.92 KB

Project Flowchart

Project Flowchart Logo

Welcome to Project Flowchart! This web application provides detailed information about various degree plans and courses, including prerequisites, corequisites, and postrequisites.

Contributors

  • Vladislav
  • Armaan
  • Divya
  • Arnav
  • Rishi

Features

  • Navigation Menu: Easily access the Home and About sections.
  • Major Selection: Choose your major from CE, CS, MECH, and EE to see relevant courses.
  • Search Functionality: Quickly search for courses by name or code.
  • Detailed Course Information: View course details including credits, description, semester, prerequisites, and corequisites in a popup window.
  • Color Key: Understand course relationships with a color-coded key for prerequisites, corequisites, and postrequisites.

Project Structure

ProjectFlowchart/
├── assets/
│   └── utd_png.png        # Logo used in the header and search bar
├── styles.css             # Stylesheet for the application
├── index.html             # Main HTML file
├── data.js                # JavaScript file with course data
├── script.js              # JavaScript file for functionality
├── about.html             # About page HTML file
├── home.html              # Home page HTML file
├── cs_data.js             # JavaScript file with CS course data
├── Info_folder/           # Folder containing additional info
└── README.md              # This README file

Usage

  1. Clone the repository:

    git clone https://github.com/Melon-tree/ProjectFlowchart.git
  2. Navigate to the project directory:

    cd ProjectFlowchart
  3. Open index.html in your web browser to start using the Project Flowchart.

Screenshot

image