Pinned Repositories
bridge_troll
Event management system for all the Bridges (RailsBridge, MobileBridge, GoBridge, etc!)
HealthyMe_iOS
Mobile application built to interact with Ruby on Rails application (see "HealthyMe" repo).
Median
Ruby on Rails, Handlebars, Yelp and Google Maps APIs
Rotten
Swift Week One Rotten Tomatoes
topRated
A web application that allows people to search restaurants and returns the location with the highest Yelp review. In other words, the "top rated" locations are shown to a user. Technologies: Use Node to set up server. Implement client side AJAX requests, store data to a local database and database design. The project includes: Yelp wrapper, Dotenv, AJAX, Mongoose, Mongo, Express, Method Override, Cookie Session, Body-Parser, Bcrypt.
type_inference
A writing sample that aims to document how type inference works in Swift.
ucb-java
UC Berkeley Extension: Course in Java. Spring 2017
website
My personal website & portfolio.
LauraKirby's Repositories
LauraKirby/redditApp
Create one-to-many association data model. Incorporate authentication.
LauraKirby/mongoAssociationZoo
Use JavaScript and Mongoose to implement the "one-to-many" data model.
LauraKirby/mongoosePracticeAuth
LauraKirby/mogooseWithAuth
LauraKirby/iTunesAPI
Implement a server-side request to the iTunes API using Express, MethodOverride, Mongoose, Body-Parser, and Request and interact with the results on the client-side (the browser). The request will find a song by an iTunes song id. The song will be played upon a button "clicked" from the Public file "songs.js" using JQuery.
LauraKirby/countriesApp
Implement CRUD (create, read, update, delete) with RESTful routing
LauraKirby/espressLibraryThree
LauraKirby/mongoosePractice
LauraKirby/mongo_intro
Mongo Concepts and Console Exercise
LauraKirby/learningExpress
LauraKirby/buildWithMe
Overarching objective: Research and implement JavaScript libraries to build something creative. My goal: Create an interactive space where the user can drag and drop images to build a robot. Each time a new item is added, a short description of the item will be provided.
LauraKirby/jquery-calculator
LauraKirby/rockPaperScissors
LauraKirby/boxes-jQuery-playground
A grid of colorful boxes that can be used as a jQuery playground for learning selectors, events, etc.
LauraKirby/shapes_javascript_inheritance
Practice inheritance by creating different shapes with javascript
LauraKirby/simple-todo-list
LauraKirby/walking-man-exercise
LauraKirby/matchingGame
A memory game that will challenge you to remember where the matching items are located. The game is won by locating all of the matching images.
LauraKirby/checkerboard-exercise
LauraKirby/js_merge_sort
Implementation of merge sort with jasmine tests
LauraKirby/branching_and_merging_lab
A simple exercise to exemplify branching and merging
LauraKirby/decimal_warmup
LauraKirby/gSchoolAssignmentSubmission
Submit assignments beginning from the third week of class in this repo.
LauraKirby/jasmine_basics_assessment
LauraKirby/underscore_lab
LauraKirby/pull-requests-exercise
LauraKirby/git_basics_quiz
LauraKirby/Yelp
Yelp API Application
LauraKirby/NSBundleTest
Test NBundle functionality with Xib files for Universal
LauraKirby/NSBundleTest4
Observing the difference in writing a button programmatically v. Interface Builder. The yellow button was created programmatically.