Bachelor of Science in Computer Science, minoring in Web Development (Graduated December 2023).
View My Resume
View My LinkedIn Profile
This HTML parser was built using C++. The program is used to check that your HTML tags in a page are correctly balanced. It also checks how many unique pages each page can visit. The results are printed into the terminal for each page’s balancing and how many pages it can visit.
To get started, clone the repo:
cd /project location
make run
The included make file allows the user to simply change to the projects location and execute the single command to compile and run the program in the desired terminal.
This is a simple CLI program. Once the user changes to the project’s location in the terminal, they can run the program and see the results (see Fig 1).
Fig 1. The launch screen
The included HTML pages are located in the “pages” folder. To add/remove pages, include/remove them in the pages folder. Then rerun the “make run” command in the terminal to check the results.