On this repo I'll be publishing all the HTML/CSS/JS projects I'll be doing to hone my skills and build a portfolio and most importantly, what I've learned on every project.
2022/12/05 Joke Teller - Github | Live: I practiced making calls to two API. I learned to use audio elements. I added a text area where the joke is slowly typed using an interval, as it's being cast.
2022/12/02 Infinite Scroll - Github | Live: I practiced making calls to an API. Did some adjustments for a better user experience, like not bloating the initial photos download. Added some responsive CSS.
2022/11/28 Quote Generator - Github | Live: I practiced making calls to an API and how to tweet content from a webpage. I used a loader for the first time! It's much less complicated than I thought.