#svelte
Read more stories on Hashnode
Articles with this tag
Browser get new APIs all the time, one of such APIs is Web Speech Synthesis. Let's explore it with Svelte. Getting Started with the API The entry...
Time to improve the app. Here are the main features for this episode: show stability damage include stability damage and minimum range in the...
Time to make our app a little more interactive. I added the following sliders: how much ammo to carry how much heat to compensate for how many double...
Let's start coding the app. For now I'll hardcode some static assumptions like: we don't care about crit damage we don't care about stability...
In previous episode I created data export for BATTLETECH weapons data. Before I get to writing the app, I need to import the data. package.json First,...
There's been some feedback to my app, mainly: it's unclear what "Projection basis in days" means, I replaced it with "Extrapolate from last N...