Welcome to Project Flowchart! This web application provides detailed information about various degree plans and courses, including prerequisites, corequisites, and postrequisites.
- Vladislav
- Armaan
- Divya
- Arnav
- Rishi
- 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.
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
-
Clone the repository:
git clone https://github.com/Melon-tree/ProjectFlowchart.git
-
Navigate to the project directory:
cd ProjectFlowchart
-
Open
index.html
in your web browser to start using the Project Flowchart.