I’m trying to add a roofing calculator tool to my GitHub project. The idea is simple: users can input their roof size, material, and damage level to get an estimate for repair costs. I’ve made the tool mostly in HTML, CSS, and JavaScript, but whenever I try to add it to my repo and host it via GitHub Pages, the site breaks or doesn’t load correctly.
I suspect it might be something with file paths or the way I’m including the JS/CSS, but I’m not entirely sure. Has anyone successfully hosted a similar interactive tool on GitHub Pages? Any guidance would be really appreciated!
You can check out the live version of the site here: https://roofrepairpasadenaca.netlify.app/
Thanks in advance for any help or suggestions!
I’m trying to add a roofing calculator tool to my GitHub project. The idea is simple: users can input their roof size, material, and damage level to get an estimate for repair costs. I’ve made the tool mostly in HTML, CSS, and JavaScript, but whenever I try to add it to my repo and host it via GitHub Pages, the site breaks or doesn’t load correctly.
I suspect it might be something with file paths or the way I’m including the JS/CSS, but I’m not entirely sure. Has anyone successfully hosted a similar interactive tool on GitHub Pages? Any guidance would be really appreciated!
You can check out the live version of the site here: https://roofrepairpasadenaca.netlify.app/
Thanks in advance for any help or suggestions!