Shanna Sullivan's repositories
Greenfield
BondFire - Online social network that connects graduates to fellow graduates and recruiters
Dream-Dash-WebVersion
Web version of a continuous runner game
acroScoreV2
App that allows users to input scores from acro meets into a database and then view the scores
ui-routing-example
Example of Angular UI-Router's nested view capability
shannamichelledesigns
personal website with portfolio and other skills
chatterbox-client
Client-side chat application that fetches and posts data
chatterbox-server
Server-side implementation for chat application using Node
data-structures
Implementations of various data structures from scratch using various instantiation patterns.
front-end-coding-excercise
The coding exercise we give to all potential front-end team members.
frontend-nanodegree-feedreader
Feed-reader app with a Jasmine testing suite
frontend-nanodegree-mobile-portfolio
Website performance optimization project
frontend-nanodegree-resume
Interactive online resume
logs-analysis
reporting tool that summarizes data from large database
mytunes
Browser-based music player built with Backbone
n-queens
How many ways can you place 'n' number of queens on a board sized 'n' by 'n' so they can't attack each other?
ngExam
An AngularJS exam with questions from beginner to expert by @gdi2290 from @AngularClass
reactnd-project-myreads-starter
Starter Code for the React MyReads Project
reactnd-project-would-you-rather-starter
Starter code for the "Would You Rather?" Project
subclass-dance-party
Exploration of polymorphism and inheritance through virtual 'dancers'
trailingZeroCounter
Algorithms that determines the number of trailing zeros in a given number, O(log n) and O(n)