sanaa's journal🗽
10/1/24
I'm gonna work on my website in my free time so I can get it to look like how I want it to. I want to make a lot of changes and overall change the formating.
how to put website online:
- open my terminal
- cd ./desktop/sanaa-28.github.io
- git add .
- git commit -m "test"
- git push
10/1/24
I am adding my first project to my projects page.
11/5/24
Today I finished my jumpscare project and made my website more cohesive by changing color of backgrounds/font and text.
11/12/24
Today in class we worked on javascript projects and making divs.
11/19/24
Today in class we worked on making gifts for people for the holidays. I'm going to make mine for my mom and dad and add a bunch of pictures.
11/26/24
Functions Cheat Sheet:
- getElement()
- add()
- clearInterval()
- setInterval()
- consoleLog()
- appendChild()
- addEventListener()
- sound.play()
- createEvent()
- link: https://docs.google.com/document/d/1FtdGK1i5cfNebLnRPI6-yHjy8soVyhGRGhYPoNK8gp8/edit?tab=t.0
12/3/24
Today we worked on the Math.random() function. This function outputs a random number from 0 to 1.
1/17/25
In class we have been working on how to use arrays in making different programs. I'm making a random wishlist generator that provides random things to put on a wishlist. The project is called wishlist maker. If you click the small white box on the side of the images, it gives random ideas to put on a wishlist for a birthday or even the holidays! In the future, I'm going to add more images.
1/21/25
I used the array method that we learned in class so I could make a random picture generator of my friend Astrid. When you click on the box in the center of the screen, it generates a random. number and that number is the index of the image in the images array.
2/14/25
HAPPY VALENTINES DAY!!!! I made my valentines project for some people in my house. I used the confetti project that I did but also used an array to click through the pictures. My friend Astrid and I are doing a competition to see whos project is better and we're gonna get our house members to vote.
2/28/25
Review day. Today in class we reviewed any questions we had about things we did in the past. We went over how to make multiple divs and also how to use forloops. We mainly just clairified some questions we had revolving around function use as well. I understand it more clearly now.