Skip to content
View klimekz's full-sized avatar

Highlights

  • Pro

Block or report klimekz

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
klimekz/README.md

github.com/klimekz

I'm Zack, a recent graduate of the GVSU School of Computing's Computer Science program. Please visit my personal site for a more detailed breakdown of my experience.

Experience with:

  • JavaScript/TypeScript
  • Vue.js/Nuxt
  • React.js/Next.JS
  • Python3
  • C++
  • Java

View more of my sample work on GitHub Gists, please inquire about my other active projects.

Pinned Loading

  1. vue-wordle-clone vue-wordle-clone Public

    Clone of the New York Times's "Wordle" in Vue 3/TypeScript (Winter 2023).

    Vue

  2. stat-countdown stat-countdown Public

    Vue.js/TypeScript trivia application demonstrating use of Emits to communicate between components (Summer 2023).

    Vue

  3. Basic HTML Parser/Validator in Python3. Basic HTML Parser/Validator in Python3.
    1
    '''
    2
        Basic HTML Parser/Validator in Python3.
    3
        
    4
        2023-08-23
    5
        
  4. Command line implementation of Conwa... Command line implementation of Conway's Game of Life in Python. Accepts user arguments for the width and height of the grid and randomly generates initial state. Terminates upon the grid reaching an oscillating or stable state, or after a predetermined number of steps.
    1
    '''
    2
        Simple command line implementation of Conway's Game of Life in
    3
        Python. Accepts user arguments for the width and height of the
    4
        grid and randomly generates initial state. Terminates upon the
    5
        grid reaching an oscillating or stable state, or after a
  5. python-discrete-math python-discrete-math Public

    Python assignments completed for my discrete mathematics courses during my Winter 2019 and Fall 2019 semesters at G**U.

    Jupyter Notebook

  6. vuetify-job-app vuetify-job-app Public

    MVP Vue.js application implementing a job application board. Intended as an exercise in responsiveness, mobile-first design, & Vuetify.js (Summer 2023).

    Vue