webForske
- 8 Devlogs
- 6 Total hours
Get access to all publicly available information about a website, IP Address or domain name.
Get access to all publicly available information about a website, IP Address or domain name.
School hackathon competition ended so I can code more now! I’ve got a really interesting idea in my mind which I’ll be presenting in another project. Anyways:
Spent some time implementing the subdomain fetching function and fixing some styling issues.
Previously, if there were too many nameservers to display, the text would overflow.
Now, I’ve fixed it by adding a horizontal slider so the divs won’t mess with the overall design.
I know my devlogs have become smaller and shorter time is being logged, but that’s because of my school hackathon competition :D
Anyways, spent some time adding a valid URL / IP checker and fixing the UI on mobile devices. Previously, if you entered a wrong URL, the website would try to fetch the details of that URL and fail in doing so.
Now, if you entered a wrong URL, the website tells you that the entered URL is wrong.
Also, why did no one tell me you can add these animated emojis?

Spent some time working on making the divs appear only after entering a valid website URL and implementing the Who.is Records feature.
For now, the feature doesn’t work properly and is only partially working. But, I’ll be fixing that later in the next devlog!
I had to use AI as I couldn’t fetch the data properly using the Who.is API.
Spent some time setting up the base files for the website. Most of the time went in figuring out the color scheme I should use but, I later just decided to go with the Catpuccin Mocha color scheme.
Most of my time went in figuring out the colors as well as the project structure. I wasn’t able to figure out how to fix node modules import while moving the files to another folder.