⌘ / Alt + ←→ to navigate chapters
A simple multi-threaded web crawler CLI that takes a list of URLs and fetches them in parallel using a thread pool. This project combines HTTP requests, concurrency, and error handling, simulating a lightweight scraper or link checker.