This week we are focusing on React and simple components. We were tasked with creating a ATM machine app. The user is able to deposit money or take out a "cash" withdrawal. The app keeps track of the account balance and utilizes a drop-down menu that allows the user to choose "Deposit" or "Cash Back."... Continue Reading →
To Do List App
Hi, Friends! It's been a while. I spent a few weeks traveling with the family and had a Break Week from MITxPro. I continued to work on my Full Stack Codecademy Path during the break, but I didn't add any new projects to my GitHub since my portfolio. We are currently learning React in both... Continue Reading →
MITxPro Portfolio Website
Part 1 of my coding bootcamp ended with a portfolio project where we had to create a functional website. I hosted my website on GitHub and you can check it out here! I'm glad I had a chance to create a portfolio website for my Codecademy course, because this prepared me for this current project.... Continue Reading →
Real Time Boston Bus Tracker
What Does It Do? This program identifies the locations of every bus in Boston using the Massachusetts Bay Transportation Authority website and uses markers to identify them on a Boston map. Every 15 seconds, the program updates the location of each bus by pulling the longitude and latitude from the MBTA data. Originally, the program... Continue Reading →
PacMan Game
For this MITxPro challenge, we were tasked with making a game that factory produced PacMen. Then we had to make the PacMen bounce off the walls continuously. To challenge myself, I made the PacMen chomp as the moved across the screen. Then I made them face the direction of their movement while chomping. What I... Continue Reading →
Portfolio Website Challenge
Codecademy Challenge: Build a Portfolio Website. Background Image of Portfolio Website What I Built For this challenge, I had to build a Portfolio Website that showcased some of my previous projects. I created a home page with a nav bar, three featured projects, links to my LinkedIn, GitHub, and email, and an additional About Me... Continue Reading →
Order Drink Callback Function
For this coding challenge, I had to write a callback function that ordered a beverage at a cafe. I am currently in the processes of learning Javascript in both my MIT/Emeritus Coding Bootcamp and my Codecademy Full Stack course. This challenge helped me better understand callback functions and how they work. You can check out... Continue Reading →
TeaCozy
What I Made! In this project, Codecademy challenged me to recreate the HTML and CSS of a design spec and include flexbox in my code. I was provided an example page of a Tea shop with some parameters. How I Did It! First, I recreated the HTML text for the entire page. I began working... Continue Reading →
moveBall
What I Made! I have been participating in MIT/Emeritus' Coding Bootcamp. In Module 2, we were challenged to create a program that made a ball move. First, we made the ball move in one dimension, on the x-axis. Then, we were asked to make the ball move in two dimension, the x-axis and y-axis. After... Continue Reading →
Tinabear’s HTML Cheatsheet
color palette Why I Made This Cheatsheet I'm currently working through the Codecademy Full Stack learning path. In the last few modules, I learned how to use HTML and CSS. I have learned how to use a stylesheet to improve the look of my webpage and why a stylesheet is better than using inline styling. For this... Continue Reading →
