Skip to content
View giarcjc's full-sized avatar

Block or report giarcjc

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. anagram-search anagram-search Public

    API that allows fast searches for anagrams

    JavaScript

  2. connect4 connect4 Public

    The Classic game of Vertical Checkers! My first attempt at building a React game without a tutorial. Uses CSS-Grid for layout of the board. Still very much WIP.

    JavaScript

  3. play-nine play-nine Public

    A math problem solving game for kids. Written in React. From the Pluralsight course: `React.js: Getting Started` by Samer Buna

    JavaScript

  4. priority-queue priority-queue Public

    React Priority Queue. Implements a priority queue in react using a Binary Heap for O(log n) lookup.

    JavaScript