Go to project: Raining breakfast products
It’s been a MONTH (!!) since I last posted something on the blog. By now I should almost be finished with my 100 days. I should only have 20 days left approx. But let’s just say that, that is not the case.
I have been working however, making projects with my BF. So today I will add day 26 and 27, which have been done for some weeks, but never got around to put it on the website and blog.
The challenge and steep steep learning curve of programming has really done a number on me. Mentally it is super challenging, staying motivated and wanting to work everyday. So I haven’t been working every day. And I told my BF that I needed more help, because I don’t feel ready to do this completely alone, yet.
Right now we are working on some more complicated projects, that takes more than 1 day to complete (due to my job), and I have started to think of this project as a 100 programming projects more than 100 days of programming.
This cute little program was inspired by JD, but I changed it up a bit with some breakfast products.
What did I do/learn in this project:
- Pretty much the same project as this project, but with some minor differences.
- The different types of rain is controlled with CSS classes.
- I used a lock variable called isItRaining to make sure that the buttons can’t be pressed again and start another function call.
- And this would not be possible without everyone’s favorite function getRandomInt.