Skip to content

ch1kim0n1/ProjectFlowchart

 
 

Repository files navigation

CometChart

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.8%
  • CSS 17.5%
  • HTML 11.7%