Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I'm proud that, I didn't use any external resources to complete this challenge. I finished this game in a short period of time with my knowledge in programming.

    What challenges did you encounter, and how did you overcome them?

    Here's an improved and fixed version of your text, making it clearer and more structured:

    Challenges I faced:

    1.Implementing a system where the computer generates random icons to compete against the player. 2.Developing the logic to determine how the player wins or loses. 3.Creating a ripple effect to indicate the winner.

    My solutions:

    1.I wrote a method that generates random icons for the computer every time the player clicks a button. 2.I assigned names to each icon. When these icons are compared, the player either wins or loses based on the game rules. 3.I wrote CSS styling and animation for the ripple effect and triggered it in JavaScript when a player wins.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I'm proud that I came with better perspectives to make the logic in form. Next time I would write my codes in a more clean way, right now my js file looks a bit messy.

    What challenges did you encounter, and how did you overcome them?

    The last summary page was the most challenging part. I needed to gather all the information the user entered and calculate the total price at the end. To do this, I created another method to calculate all the user's inputs and store them in variables. These variables are then displayed as text on the summary page!

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I'm proud that in this challenge, I was able to use skills I had learned previously.

    Next time, I will read the project task more carefully. I added an extra search input, which I wasn't supposed to; just a showing tags would have been sufficient.

    What challenges did you encounter, and how did you overcome them?

    Finding jobs with the tags I entered in search input and then removing some of these tags to return to previous jobs was very challenging. I used extra time, resources, and conducted research to overcome these challenges.