DEV Community

Roger Khalife
Roger Khalife

Posted on

Week 1 Projects

This week I created and pushed 5 simple projects to my github repo:

  1. A simple progress bar that goes from 0 to 100 using setInterval.
  2. A random password generator using Math.floor.
  3. A button that randomly generates a new background color.
  4. A simple to do list project
  5. A whac-a-mole game based on a youtube tutorial I followed a few months ago. I decided to recreate it without re-watching the video. It took me some time and I think there's lots of room for improvement, especially on the CSS side of things but I was able to get it done. Please watch @ania_kubow 's video on youtube if you're interested.

Top comments (0)