vintech05
@vintech05All solutions
- Submitted about 2 months ago
advice-generator
- HTML
- CSS
- JS
- API
i think the dice button functionality could have handled better rather than reloading the window everytime we want another advice. let me know what you think is the best approach for this.
im open to suggestions.
- Submitted 6 months ago
tip-calculator-app
- HTML
- CSS
- JS
the implementation of calculateTip seems to be a bit challenging for a junior level honestly but overall experience teaches us a good lesson about why and when to use operators. that is why i think the calculations are a bit off from my perspective(UPDATE: the calculations now are fixed after skimming people github source codes to try understand the logic). goes to show that you can actually learn from anywhere!
- Submitted 7 months ago
Blogr-landing-page
- HTML
- CSS
- JS
the part where we have to set the images and the text to be displayed inline but with a little twist, the image has to be absolutely aligned to the left or the right with only half portion of the image to be visible on screen without overflowing. any idea how to achieve the same design without shifting the layout with the most efficient way possible?
any suggestions are welcome!