Travis McKinstry's repositories
data_structure_practice
A repository meant to serve as a practice and testing ground for various data structures. Some examples are; linked lists, binary search trees, matrices and more.
battle_ship
This application is a CLI (command-line interface) game of Battle Ship. The rules are explained in the game and it features some fun user interaction dialogue. This was originally a paired project that Luke and I did during our time at Turing School of Software & Design.
battle_ship2
A game of battle ship to be played on a mobile device
viewing_party
Group project between myself, Saryn and Norm. This project involves new concepts such as; Travis CI, API's, using Facade and Service classes to adhere more to SRP, and more.
battle_ship_ultima
A personal project to create a mobile Battle Ship app using Ruby-on-Rails
be-m4-git-lesson
Forked from the Turing School of Software & Design profile, this repo is meant to serve as a practice repo for various git commands popular with software development.
boneyard-backend
This repo is meant to serve as the backend portion for the application The Bone Yard. The Bone Yard is an application where users can find various dog parks near their current location, or a location of their choosing.
boneyard-frontend
An application to better connect dog lovers to set-up play dates in a safe and fun manner. This repository serves as the frontend portion of the whole application
connect_four
Connect Four Paired Project 1
futbol
This was a group project during my first module during my time at Turing School of Software & Design. The purpose was to create a program using Ruby which can read and process several CSV files of more than 10,000 lines each. The CSV files contained information on different futbol (soccer) teams. There were 4 contributors in total; Drew, myself, Corey and John.
graphql_tutorial
A GraphQL tutorial meant to help me understand it better. Basic functions include; creating a note, viewing all notes (5), deleting a note, and showing one note at a time.
JavaScript30
A repo to help me stay accountable to practice JavaScript everyday for 30 days straight
javascript_foundations_practice
This is a practice repo I'm using in order to improve my skills with JavaScript
JS_todo_app
This is my first JavaScript app built using Visual Studio Code text editor
live_resume
This is a second iteration of a previous project I worked on called "Show Case". This repo acts as a live resume, I hope to keep working on this project for as long as I'm a developer, changing it according to my hobbies, likes & dislikes, and so on.
rails_driver_review
A repo to help me practice and review skills I learned during Module 3 during my time at Turing School of Software & Design. Skills like; building an API, RSpec testing, Postman, Faraday, and more
react_practice
A repo to help me practice my skills at React & JavaScript. Topics include hooks, using VS Code, JSX and more.
tic-tac-toe
This is one of my first React/JS apps. This app is meant to serve as a basic React exercise. One can play a full game of Tic-Tac-Toe, one can also review previous moves.
transactions
This is a personal project. As of right now the application is best viewed on a mobile device, such as an iPhone or Android. The application is meant to process CSV files of transactions, receipts, etc. to calculate various data points.