Pinned Repositories
djangazon
A Django-powered e-commerce web application for Bangazon, a fictitious company of Nashville Software School.
cohort18.github.io
Image-Object-Cropper
This script was built to crop PNG images based on the objects within the image. It works well for logos and emblems. Users can change the DPI that is used to calculate the image size in Inches.
My-Grades
MyGrades is an application for highschool and college students to keep track of, and to make calculations on their grades.
willsims14.github.io
My personal portfolio website.
willsims14's Repositories
willsims14/Boy-Bands-and-Vegetables
Iterates through 2 arrays. For each iteration of the arrays, the (string) element is appended to its respective HTML element.
willsims14/Calculator
Simple calculator.
willsims14/Colored-Reindeer
Iterates through 2 arrays (both populated with strings). For each iteration, the respective color and reindeer name is inserted into the <div> element.
willsims14/Counting-Coins
Accepts a dollar value and returns how many of each coin(s) represent the dollar value.
willsims14/Dynamic-Cards
Allows the user to create and delete new cards with text on them.
willsims14/front-end-milestones
Mastery learning resources for NSS front end course
willsims14/music-history-firebase-bolierplate
CRUD app skeleton for attaching some awesome firebase interactions
willsims14/ng-todo-boilerplate
Skeleton markup and tooling to jumpstart a live coding session of a simple Angular app
willsims14/Quick-Grader
Quickly calculate your final grade in a class
willsims14/Solar-System
Array Methods
willsims14/Sonnet-Exercise
willsims14/Student-Grades
This program reads an array of numbers that represent grades in a class. It iterates through each grade and creates a grades object that holds the number of As, Bs, Cs, Ds, and Fs a student received.
willsims14/Temperature-Converter
This program reads a temperature (in celsius or fahrenheit), and then the user chooses whether to convert the degrees to fahrenheit or celsius (using two radio buttons). If the temperature is low, the background-color is blue. If the temperature is high, the background-color is red. Otherwise, the background-color is green.