Creating an Ebook Never Been This Fun!
I never knew creating an ebook could be so much fun! If you love reading light stories about animals, you may want to check out this link. Thank You!
First, I want to express my gratitude for freeCodeCamp, which helped and guided me through my JavaScript Journey. FYI, I am an information technology graduate but I didn’t love coding much. However, after I stumbled upon freeCodeCamp, I couldn’t believe I liked it. So whoever wants to try coding, I suggest you take a look at the freeCodeCamp website, they helped even someone like me who once hated coding to love it. Thank you so much freeCodeCamp, you rocks!
RPG
Here are some of the glimpses of what they taught you in the freeCodeCamp Javascript section. Here I uploaded the result of building a Role Playing Game. Give it a try and you can create it yourself on the freeCodeCamp website.
Rock Paper Scissors
The next thing that I built on freeCodeCamp was Rock Paper Scissors Game. It was challenging for me because it has random Math used for computer random throw. But overall it was fun learning even though I sneak a peek countless times on the forum page.
Palindrome Checker
I also learned how to create a palindrome checker, and honestly, this part was the hardest for me.
Calorie Counter
I learned about the addEventListener() method here, might sound alienating for now, but after finish building this you will get a grasp of how it works in Javascript. Not to mention, this project is personally my favorite cause I use it daily, I currently working on my diet and this Calorie Counter helped a lot.
Music Player
This project was also hard for me because it covered dynamic web development, basically, we tried to build a music player that has basic functions like play, pause, shuffle, etc.