Skip to content

Mattis44/Mattis44

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

🎓 Mattis44 💻

🌌 About me

  
  const Mattis = async (props) => {  
      const [name, setName] = useState("Mattis")
      const ageRef = useRef(null)
      const student = props.student ? props.student || true : false
      const [location, setLocation] = useState('')
      const discord = "mattis."

      useEffect(() => {
        const getLoc = () => {
          axios.get('/api/location')
              .then((res) => setLocation(res.data || "Nantes"))
        }
      getLoc()
      }, [])

      return (
      <input type=text ref={ageRef} value='20'/>
    )
  }

Languages :

Java  CSS  HTML  JavaScript  Typescript NodeJS  Python Rust PHP Dart Go Lua

Tools :

Symfony MySQL  Tailwind Express React Docker

🔥 Stats :

GitHub Streak

Top Langs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published