Skip to content
View ira168-cell's full-sized avatar

Block or report ira168-cell

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

Popular repositories Loading

  1. registration-form registration-form Public

    Registration Form: real-time inline validation (name, email, phone, password strength meter), show/hide password toggle. Each submission appends to a "submissions" array in localStorage.

    1

  2. mini-app mini-app Public

    TWO mini apps: (1) Dark Mode Toggle — persists via localStorage. (2) Sticky Notes — create/edit/delete notes, all data persisted in localStorage so they survive page refresh. Push to GitHub.

  3. student-details-using-array student-details-using-array Public

    Assignment(Mandatory, to be submitted) : Given 10 student objects (name, marks, subject): use array methods ONLY (no loops) to filter pass/fail, compute average, find topper, group by subject