Nazmun Nahar

Client-Side Scripting Labs

Lab 01

Building a Website

In this first lab, we created our first website for the class. I have built several websites before this so I am a little familiar with HTML and CSS. However, this time, I tried my best to Google as little as possible and come up with my own designs and styles. I used many classes and added styles to different elements. I also defined what is being styled by using direct descendants.

I enjoyed this project a lot. I thought it was really cool adding styles that we learned in class. Everything is a lot more clear now that we have had thorough explanations of the style properties and how to assign them. I also enjoyed creating my own style sheet and organizing things that way I want them to be organized. It was great just having a clean slate to work on.

Lab 02

Responsive Web Design

In this lab we experimented with media queries and virtual pages. The media queries helped us create responsive web designs. This way, when a user accesses the page on their phone or a smaller device, the content is visible in a more convenient way. Check out this link to see my page for this lab!

This lab was a little tedious and more work than the first lab. It was helpful to create a single paged website. The form was so fun to create!

Lab 03

JavaScript

In this lab, we created a dating website using javascipt. This lab was very diffcult but not because of its context but more of its implementation within this particular project. I was very much frustrated with debugging but nonetheless, I learned a lot from this lab.

Check out this link to see my page for this lab!

I enjoyed putting a spin on this lab with my own styling. I am not a gamiong person but I guess I learned more than 1 thing here while creating this project. I never got to comeplete this lab at all.

Lab 04

JavaScript 2

In this lab, we created a quiz builder using javascipt. This lab was very diffcult but not because of its context but more of its implementation within this particular project. I was very much frustrated with debugging but nonetheless, I learned a lot from this lab.

Check out my version of Build-A-quiz!

I struggled very much with this lab. It was just very much beyond my capabilities. I went to turtoing so many times for just a better explanation on how to do this for weeks.

Tutorial

React

In this project, we created an application using React.js and made a food/fitness blog.I found this project very educational and I really love the debugging feature. I did find it very hard just because I could not for the life of me figure out how to properly get an API working in VS Code. I've learned how to do it for VS 2017 but I just wish I had a few more days and I possibly couldve gotten something to work. I really like how easy it is to bring components togther in react. I found it much harder in regular javascript.

React Tutorial

I really did like how if I had an error, the error would immediately tell me where and why.ITS SO HELPFUL