Being an occasional quizmaster at pub quizzes, I decided to create an array of musical artists with several anagrams for each. The user can then enter the number of questions they would like and the program displays the questions. After ten seconds the solutions are revealed.
Hello y’all,
Just finished this project. Really enjoyed writing the code and all. It generates random quotes on success.
Here’s the link to my github: GitHub - Taaha-Tariq/JS-Projects
Would appreciate feedback on the project.
A simple JavaScript script that generates random life advice from a predefined pool of categorized messages. The code provides functions to create an array of all advice, randomly select a category, and return a random advice with its corresponding category.
Key features:
Organizes life advice into categories
Creates a function to generate a random life advice with category
Hello
This project was fun to do because it’s starting to feel like the skills I practiced are coming to life.
It did take me a while to decide on a topic to make that was satisfying.
I would love any feedback anyone has.
Hello, this was a fun easy way to get back to practicing. It only took a couple of hours and was fun creating some silly animal feature combos. I’d appreciate any constructive feedback.
Hello,
It was fun to play with this project, and I feel that I grasped some knowledge too.
Below I send you a link to repo, and will be grateful for comments.
Best regards
Pawel
First time using the forums and first time using GitHub. It took me longer than i would have liked as I am struggling a little with JavaScript, but I have only been learning two months, and I definitely learned a lot doing this project.
I decided to do random quotes from three of my favorite TV shows.
This was a cool project to begin using Git and the new JavaScript knowledge. Kinda hard to get started from nothing, but the module helped visualize and break up the project into manageable sections. It took me a few hours to complete.
Firstly I only did the javascript part like the portfolio project is supposed to be. But because im doing the Full-stack developer course I thought it would be cool to make a functioning website that returns completely random messages. After pushing it to GitHub I deployed it to Vercel. Here is the result in action: https://holy-charchar.vercel.app
The project was pretty fun / difficult to make. I must say I did a lot of searching on the internet some parts of the code to make It work. Overal the project took me about 2 hours.
You’re doing great by having html and css :)) . I just doing only JS . Your code is clear and easy to read. if anything can make it better is that you can set a fixed size window for message to appear (maybe like height: 250px for #output div). Cause sometime when message is too long, the window will resize somtimes and it kind of make a “blink”.