Skip to content
View hr-rr44's full-sized avatar

Block or report hr-rr44

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. a1-hrithikaravishankar a1-hrithikaravishankar Public

    Forked from jmcuneo/a1-gettingstarted-a25

    A profile page!

    HTML

  2. a2-hrithikaravishankar-shortstack a2-hrithikaravishankar-shortstack Public

    Forked from jmcuneo/a2-shortstack-a25

    This is a simple two-tier web app that lets users add grocery items with a category and expiration date. It should show all current items, calculates how many days until expiration (done on the ser…

    JavaScript

  3. a3-hrithikaravishankar-persistence a3-hrithikaravishankar-persistence Public

    Forked from jmcuneo/a3-persistence-a25

    This is an extension of a2. This is a simple two-tier web app that lets users add grocery items with a category and expiration date. It also allows login. More in README.

    JavaScript

  4. ICE04-hrithikaravishankar ICE04-hrithikaravishankar Public

    Forked from jmcuneo/cs4241-the-other-one-a25

    For this in class exercise(ICE) activity, I chose the Creative Coding option. I extended my Assignment 2 by adding a new page called creative.html that visualizes the grocery list data using the HT…

    JavaScript

  5. a4-hrithikaravishankar-components a4-hrithikaravishankar-components Public

    Forked from jmcuneo/a4-components-a25

    This project is a reimplementation of my Assignment 2 (Grocery List app) using React. Users can add, edit, and delete grocery items. Each item includes a category and expiration date, and the app c…

    JavaScript

  6. Double-Trouble-Game Double-Trouble-Game Public

    A turn-based Java game inspired by Nim, where players take turns removing colored gems. The player who removes the last gem wins.

    Java