Skip to content
View trdecker's full-sized avatar

Block or report trdecker

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
trdecker/README.md

Tad Decker

Computer Science student at BYU-Idaho.

Some interesting repositories of mine, in a variety of languages:

  • WriteAway (Typescript)
    • Journalling application created with React Ionic, based on NoteMaster but expanded in scope
  • NoteMaster (Javascript)
    • Note taking application written in React Native
  • NoteMasterAPI (Javascript)
    • Node.js backend utilizing Microsoft Azure services
  • ktTaskManager (Kotlin)
    • Command line task manager written in Kotlin
  • ImpossibleTicTacToe (C#)
    • A for-fun implementation of Tic-Tac-Toe with an impossible setting

Pinned Loading

  1. WriteAway WriteAway Public

    Journalling application written in React Ionic.

    TypeScript

  2. NoteMaster NoteMaster Public

    Notes application written in React Native

    JavaScript

  3. NoteMasterAPI NoteMasterAPI Public

    Backend for the NoteMaster mobile application.

    JavaScript

  4. ImpossibleTicTacToe ImpossibleTicTacToe Public

    Basic TicTacToe written in C#. One player, two player, and one player IMPOSSIBLE mode.

    C#

  5. hangman hangman Public

    C++

  6. ktTaskManager ktTaskManager Public

    A basic command-line task manager program written in Kotlin.

    Kotlin