Jaye Eldon Engelhardt

Logo

CSCI 496: Senior Portfolio
In partial fulfillment of the requirements for the degree of Bachelor of Science in CyberSecurity (class of 2024)

View My Resume

View My LinkedIn Profile

View My GitHub Profile

Back to Portfolio

HTML PARSER

Project description

This is a simple CLI program. First it runs HTML webpages through a parser to determine if they are balanced. After that the program determines how many individual webpages you can visit from each web page. Then outputs that data to the command line.

How to compile and run the program

How to compile (if applicable) and run the project.

cd /project location
make run

UI Design

screenshot
Fig 1. Launch Screen.



screenshot
Fig 2. Sample webpages to be processed.



screenshot
Fig 3. How to complile the program.



screenshot
Fig 4. How to run the program.



screenshot
Fig 5. Output of Program.



3. Additional Considerations

You can add more HTML files to test as long as they are in the same source directory.

For more details see GitHub Flavored Markdown.

Back to Portfolio