A simple web crawler written in modern C++, which extracts hyperlinks and builds visual graphs of the web.
Before building the project, make sure the following dependencies are installed on your system:
To verify installation:
$ g++ --version
$ cmake --version
$ conan --version
Then build and run:
$ sh/build
$ sh/run
