Skip to content
View Mattis44's full-sized avatar
🎯
Focusing
🎯
Focusing
  • France
  • 13:18 (UTC +01:00)

Block or report Mattis44

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
Mattis44/README.md
🎓 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

Pinned Loading

  1. CryptoLexique/CryptoLexique CryptoLexique/CryptoLexique Public

    Un lexique communautaire sur la base de contribution de tout ce qui est présent sur la blockchain !

    HTML 7 4

  2. node-trello-api node-trello-api Public

    A fully asynchronous NodeJS module for Trello

    JavaScript 2

  3. PreMiD/Presences PreMiD/Presences Public

    🛒 Storage for Activities located at our Activity Store.

    TypeScript 620 1.3k