chandlerkeyes
Striving the close the diversity gap in STEM and assist individuals with creating an ideal career path in technology.
KeyRecruitHouston, TX
Pinned Repositories
AbstractTutorial
Beginner Level Abstract Classes Tutorial
CustomerGUI
Reads txt file, got GUI from professor
GithubActionsTutorial
IsAVSHasA
This is the source code from my Is-A vs Has-A tutorial!
link-tree
Link Tree page developed with Reactjs
node-starter-kit-es6
Basic Starter Express app that utilizes Babel. This allows ES6 to compile down to ES5 for node and older browsers to understand.
Node-Todo-API
Node-WeatherApp
To run weather app, run "node app-promise.js -a 'any address'"
node-web-server
Can be accessed here: https://morning-fortress-37747.herokuapp.com/
ToDoKotlinReactApp
Basic fullstack ToDo application with Kotlin & SpringBoot backend and Reactjs frontend.
chandlerkeyes's Repositories
chandlerkeyes/GithubActionsTutorial
chandlerkeyes/node-starter-kit-es6
Basic Starter Express app that utilizes Babel. This allows ES6 to compile down to ES5 for node and older browsers to understand.
chandlerkeyes/ToDoKotlinReactApp
Basic fullstack ToDo application with Kotlin & SpringBoot backend and Reactjs frontend.
chandlerkeyes/AbstractTutorial
Beginner Level Abstract Classes Tutorial
chandlerkeyes/CustomerGUI
Reads txt file, got GUI from professor
chandlerkeyes/link-tree
Link Tree page developed with Reactjs
chandlerkeyes/Node-Todo-API
chandlerkeyes/php-rest-api
Basic server back-end structure for an application using the REST API architecture style. I used the 'FOSRestBundle' bundle as a basis, implement 'get' and 'post' methods to create and show the list of resources. Added the OAuth2 authentication with FOSOAuthServerBundle.
chandlerkeyes/react-weather-forecast
React 5-day forecast app
chandlerkeyes/ReactBasicsCrashCourse-Props
This repo contains the code needed for the React Basics Crash Course: Props tutorial.
chandlerkeyes/ReactBasicsCrashCourse-UseEffectHook
This repository contains the code covered in the React Basics Crash Course - Use Effect tutorial. Feel free to clone, share, and use this in any way.
chandlerkeyes/ReactBasicsCrashCourse-UseStateHook
Counter project
chandlerkeyes/social-networking-kata
chandlerkeyes/AndroidButtonApp
Starter Android App for learning Android Events
chandlerkeyes/ButtonClickAndroidApp
chandlerkeyes/CalculatorAndroidApp
Calculator for android
chandlerkeyes/CSSFormatter
CSSFormatter program will properly indent/format CSS Syntax.
chandlerkeyes/first-symphony-web-app
Symphony 4 Web Application built with PHP
chandlerkeyes/GoogleHelloToast
Google's Android Development Course
chandlerkeyes/InterfacesYouTubeTutorial
chandlerkeyes/PalindromeYouTubeTutorial
Java project for beginners on how to determine if a word is a palindrome! Great for tech interviews!
chandlerkeyes/pencil-durability-kata
Pencil Durability Kata
chandlerkeyes/personal-site
Personal site still in progress. Tech stack: React, Vanilla JS, NodeJS
chandlerkeyes/RandomNameGeneratorYouTubeTutorial
Java project for beginners on how to generate a random name using arrays and the Random class.
chandlerkeyes/ReactBasics1
React Basics Crash Course (2020): Components
chandlerkeyes/share-sphere-backend
Share Sphere Node.js API
chandlerkeyes/SwitchCaseYouTubeTutorial
Java project for beginners on how to use switch/case
chandlerkeyes/symfony4-web-app
Symfony4 web app that will take in user information on the landing page, store the input into a database, then display the user's input after making an API call to /users. This is to get familiar with Symfony4 and how to make requests to a database and display the results to a template.
chandlerkeyes/Top10Downloader
This is an Android app that uses apple's RSS feeds to display the Top Apps that were downloaded. This multi-threaded application will pull data from the RSS feeds, and allow the user to download the top apps, which will be processing in the background (in another thread) and will notify the user when it's done downloading in the UI.
chandlerkeyes/YouTubePlayer