Domain Name Generator (Coding Project: 4Geeks)

Domain Name Generator

After completing the excuse generator, our second project was the domain name generator. The main purpose here was to use nested arrays. The reason behind it was to create a list of domains combining multiple words. In this post, I’ll explain how I approached this problem.

Continue reading “Domain Name Generator (Coding Project: 4Geeks)”

Excuse Generator (Coding Project: 4Geeks)

About a month into the bootcamp with 4Geeks Academy we started learning JavaScript. We did cover a few basic concepts before we could practice them fully. Our first project was an excuse generator. This post will cover the steps I took while making it. I used JavaScript, HTML, CSS, and Bootstrap.

Continue reading “Excuse Generator (Coding Project: 4Geeks)”

Instagram Feed With Bootstrap (Coding Project: 4Geeks)

In this post, I’d like to talk about the Bootstrap project that I was working on while attending 4Geeks Academy. After learning about HTML and CSS, I found out that there’s a simpler way to make the pages responsive to different screen sizes. Bootstrap is the most common framework that is currently being used across the internet. So, in this project, I will explain how I made an Instagram feed with Bootstrap.

Continue reading “Instagram Feed With Bootstrap (Coding Project: 4Geeks)”