Skip to content
View icarrington's full-sized avatar

Block or report icarrington

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 Loading

  1. ToDo-App ToDo-App Public

    This is a to do list in ReactJS with a form and list component. The form component has a text input and a date input for the description and date due of the task as well as a button to add it to th…

    JavaScript

  2. Arcade-Stacker-Game Arcade-Stacker-Game Public

    This is a stacker game in the browser similar to one that you would find in an arcade. It uses CSS styling to highlight certain boxes in the grid and translate them from left to right. When the pag…

    HTML

  3. Quiz-App Quiz-App Public

    To set up this quiz I created an array of objects that contain the fruit name and image url. Then a random item is chosen from the fruits array and the image is added to the question container alon…

    JavaScript

  4. Calculator-App Calculator-App Public

    To make this calculator I created components for the calculator display, keypad, and each key by mapping over all digits and operators. The app component sets the state for the expression shown in …

    JavaScript

  5. Beat-Mania-Game Beat-Mania-Game Public

    This is a game similar to beat mania or dance dance revolution or guitar hero. The four keys are Q, W, O, and P and you score by pressing the correct key when it has reached the green zone at the t…

    CSS

  6. HigherLowerCardGame HigherLowerCardGame Public

    I developed a card game in React with Typescript where you have to guess whether the next card will have a higher or lower value than the card shown. To accomplish this I mapped over arrays of suit…

    TypeScript