Skip to content
View hussein-haitham's full-sized avatar
πŸ†
Focusing
πŸ†
Focusing
  • Germany

Block or report hussein-haitham

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. useFormValidation [custom hook] useFormValidation [custom hook]
    1
    import { useState} from "react";
    2
    
                  
    3
    function useFormValidation(initialValues) {
    4
      const [values, setValues] = useState(initialValues);
    5
      const [errors, setErrors] = useState({});
  2. useLocalStorage [custom hook] useLocalStorage [custom hook]
    1
    import { useState } from "react";
    2
    
                  
    3
    function useLocalStorageState(
    4
      key,
    5
      defaultValue = ""
  3. React-Firebase-Auth React-Firebase-Auth Public

    This is dedicated for user authentication using React and Firebase API. You can you use it for Sign up/Login

    JavaScript 1

  4. Food-Order-app Food-Order-app Public

    A simple mobile web app for ordering food with admin panel to manage menu and orders in the backend

    JavaScript

  5. Circles-Animations Circles-Animations Public

    A fun demo to learn managing arrays in Javascript with a touch of Tailwind CSS with a couple of conditional rendering

    JavaScript 1

  6. Form-Validation-React- Form-Validation-React- Public

    A complete React Js form validation ready to plug into your code right away!

    JavaScript 1