Project #13 — Random Word Generator I built and pushed another JavaScript project today. 🔧 Project: Random Word Generator — a small app that generates random words using "hipster lorem ipsum" using HTML, CSS, and vanilla JavaScript. 💡 What I learned: - Working with strings and manipulating characters - Generating dynamic content using JavaScript logic - Managing randomness in a controlled way The way the function built works is that it will handle number input from 1-9 and will generate a random paragraph is the input value isn't a number, less and equal to 0 and greater than 9. One thing I’m proud of in this project: I added a randomized text generation element that wasn’t part of the tutorial. Instead of just following instructions, I experimented a bit and extended the functionality myself. That small change made the project feel more like mine. This is part of my challenge to complete 27 JavaScript projects provided by freeCodeCamp, focusing on consistency and strengthening fundamentals. 🌐 Live demo: https://lnkd.in/daUSHXdq 🔗 GitHub repo: https://lnkd.in/dn6zYHF6 Feedback is welcome — especially on improving the randomization logic or structure. #javascript #webdevelopment #github #learningbydoing #html #css

To view or add a comment, sign in

Explore content categories