Pinned Loading
-
useFormValidation [custom hook]
useFormValidation [custom hook] 1import { useState} from "react";
23function useFormValidation(initialValues) {
4const [values, setValues] = useState(initialValues);
5const [errors, setErrors] = useState({});
-
useLocalStorage [custom hook]
useLocalStorage [custom hook] 1import { useState } from "react";
23function useLocalStorageState(
4key,
5defaultValue = ""
-
React-Firebase-Auth
React-Firebase-Auth PublicThis is dedicated for user authentication using React and Firebase API. You can you use it for Sign up/Login
JavaScript 1
-
Food-Order-app
Food-Order-app PublicA simple mobile web app for ordering food with admin panel to manage menu and orders in the backend
JavaScript
-
Circles-Animations
Circles-Animations PublicA fun demo to learn managing arrays in Javascript with a touch of Tailwind CSS with a couple of conditional rendering
JavaScript 1
-
Form-Validation-React-
Form-Validation-React- PublicA complete React Js form validation ready to plug into your code right away!
JavaScript 1
If the problem persists, check the GitHub status page or contact support.