Ammaarah Khan

fizzbuzz

Fizzbuzz

Assignment: To build a FizzBuzz app from scratch. In the original game of Fizz Buzz, you count from 1 to a given number. If it's divisible by 3, instead of the number you say "fizz". If it's divisible by 5, you say "buzz".

calculator

Calculator

Assignment: Create a web app that can take any decimal number and convert to a binary number or take a binary number and convert it to a decimal.

youtube

Youtube API

Assignment: For this project, you will build a page with a simple search form that allows the user to search YouTube videos. Based on the search results the page will display thumbnail images of videos that match the search.