As an exploration of Svelte (v3.svelte.technology), I designed and build this fairly simple website that solves a problem I have often - quickly finding HTTP status code info.<p>It's pretty simple, but I think it can actually be a fairly useful tool in my workflow and I hope the workflows of others. I'd love to hear some feedback!<p>It's easy to use and super fast, especially considering my previous workflow was:<p>- Encounter a status code in some code<p>- Find the Wikipedia article on HTTP status codes<p>- Press Ctrl-F<p>- Type in the status code<p>- Hit return<p>- Read the explanation<p>Now it's much quicker for me. I might also make a Visual Studio Code extension to make the process even faster.<p>I'd love to hear some feedback!
This assumes I care about a status code in isolation when, in fact, they are grouped or related.<p>If selecting a status code, or if faced with one, I want to see that relationship.<p>It's a fun project but it might be a bit over engineered. I think it'd have to be at least as good as a list.