Skip to content
View IvanJK97's full-sized avatar
Block or Report

Block or report IvanJK97

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

Pinned

  1. react-borger-builder react-borger-builder Public

    React/Redux Burger Builder from following: https://www.udemy.com/course/react-the-complete-guide-incl-redux/

    JavaScript

  2. Snake-Game Snake-Game Public

    Browser version of the classic minigame "Snake". Will be done just using plain HTML, JavaScript, CSS. Goal is to get the apple without colliding with snake's body or edge of screen.

    JavaScript

  3. Sudoku Sudoku Public

    Sudoku Game and Sudoku Solver

    JavaScript

  4. CompilerProject CompilerProject Public

    C++ project from Systems Software Class to create a compiler that can compile a target (micro-c) language into Intel ARM Assembly; I did most of the source code in lexer.cc and parser.cc while micr…

    C++

  5. AutoCompleteProject AutoCompleteProject Public

    Java Project from Programming and Data Structures class using Trie data structure to implement an AutoComplete by term's popularity(weight) or alphabetically; given AutocompleteGUI.java

    Java