Kartik Kumar Panday

Results 3 comments of Kartik Kumar Panday

``` import { useEffect, useState } from "react"; import "./styles.css"; export default function App() { const [input, setInput] = useState(""); const [userData, setUserData] = useState([]); const [filterData, setFilterData] = useState([]);...

@sanchit0496 Can you please provide write access of the repo? I am unable to push my branch.