Carrie Ryan's repositories
FrontEndChallengeMarch2018
Coding challenge to build a one page, response website. Contains a search bar that looks up current locations of the company. When selected, the location's address and Google Map appear in a pop-up modal
GoogleMapsCustomSearchBar
Search bar has a limited number of locations to be searched for. User clicks on a location and the address and google map appear.
ResumeSite
A placeholder for resume until I move the Be Studios site out of my personal GitHub page
RepairTicketApp
Capstone project for We Can Code IT bootcamp. Created repair ticketing service for local guitar shop in Cleveland, OH.
SveltePractice
Practice app for familiarizing myself with Svelte
webscraping-demo
Using web scraped data via a Google CoLab notebook to add data to Contentful, a content management tool. This was a really useful project during a website migration project. See this in use during my presentation at the Akron Software Craftsmanship meetup: https://www.youtube.com/watch?v=c27Mk6JVctQ
AG_Grid
Creating a POC for AG Grid for potential use in future work project.
AgGridCustomLayout
Proof of concept to show that logged in users are able to have custom layouts of every grid they have access to. POC built using ASP.NET Entity Framework, SQL Server, and a little bit of AJAX.
AnimateTest
Testing animation in JavaScript
AuthenticationAuthorizationPractice
Practicing authenticating and authorizing views for users/admin person
ChatterApp
Twitter-like social media app
DropDownListMVCTest
Practice with MVC dropdown menus using a controller
HuluDatabaseApp
Created movie application using database/SQL
JobApplication
Utilizing some of the jQuery features I've been working with lately
jQueryPlaying
Messing around with jQuery for new work project.
JSONExample
Working with Mozilla's introductory example into JSON
JuniorDeveloperInterviewQuestions
Program solutions to common Junior Developer interview questions, including prime numbers and FizzBuzz
learning-area
Github repo for the MDN Learning Area.
Mastermind
Created console game in C# where the player must guess a secret code generated by the computer. The user has 10 tries to guess a 4-digit code where the digits range between 1 and 6.
NextJSIntro
Introduction to NextJS via JAMstack Handbook
VueJsToDoList
To-do list app created with Vue.js
VueTwitterApp
More practice with Vue.js; this app is similar to Twitter where a user can post, view and delete messages. API built using Express