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

Block or report rosemulazada

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. API-2324 API-2324 Public

    Forked from cmda-minor-web/API-2324

    This is my repository for the subject API's for the minor Web Design and Development 23-24.

    JavaScript

  2. CSSttR CSSttR Public

    My repository for the final assignment for CSS to the Rescue, Web Design and Development 2024.

    CSS

  3. FvD FvD Public

    rose's fvd werk

    JavaScript

  4. FED FED Public

    Repository voor FED.

    HTML

  5. SCALABLE: Save form data to localSto... SCALABLE: Save form data to localStorage and auto-complete on refresh
    1
    // With the help of Jeremy Keith, I was able to create a fully scalable code sample that you can copy-paste into your project.
    2
    // It will save the user input value on blur, this includes radio buttons, checkboxes and date inputs besides regular text/number inputs.
    3
    // The only condition is that you give the form element on your page a data-attribute of data-form-topic="foo".
    4
    // This code snippet saves the data-attribute as the key to the localStorage, and the value of it will be an object with key/value pairs of the respective inputs name and value.
    5
    // Please refer to this gist somewhere in your code if you use it :)
  6. briannededeugd/tumimundo briannededeugd/tumimundo Public

    This is our repository for Tumi Mundo during the Web Design & Development minor at AUAS, academic year 2023-2024.

    Svelte