jaymiyam
@jaymiyamAll solutions
- Submitted 8 months ago
IP Address Tracker with Ipify API & LeafletJS
- HTML
- CSS
- JS
- API
With the scale of the project in mind, I started without using any framework or server-side runtime. However, I have learned that it is not ideal to store api keys directly in JS files. I could not find a way to protect the key in pure client side code. Next time, I might do it differently so that I have protection of the api key.
- Submitted 8 months ago
Crowdfunding Page - Vue3 and Pinia
- HTML
- CSS
- JS
I wanted to have the pledge selection modal open with the specific pledge "pre-selected" if use clicks "Select Reward" on one of the pledges. Initially I did it by adding a "selected" boolean state in Pinia, but then I realized that with this I need to toggle the state everytime the user switched between different radio button selections which turned out to be quite cumbersome and I gave up.. Please let me know what might be a better way to do this! Thank you! :)