Skip to content
View Mattis44's full-sized avatar
🎯
Focusing
🎯
Focusing
  • France
  • 22:47 (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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Mattis


I’m a Full-Stack developer passionate about crafting clear, accessible and thoughtful interfaces — from sleek front-end design to efficient backend architecture. I enjoy building tools that make developers’ lives easier, blending performance, UX and clean code. Currently focusing on React ecosystems, open-source libraries, and developer experience (DX).


🌌 About me

  
  const Mattis = async (props) => {  
      const [name, setName] = useState<string>("Mattis")
      const [location, setLocation] = useState<string>('')

      const ageRef = useRef<number | null>(null)

      const student = props.student || false;        
      const discord = "mattis."

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

      return (
      <input type=number ref={ageRef} value={22} />
    )
  }

Languages :

React Typescript NodeJS  C++ Rust Java 

Tools :

MySQL  Express Docker

Stats :

Top Langs

Pinned Loading

  1. simple-blockchain simple-blockchain Public

    A small blockchain prototype for bitcoin to understand how it works, with the Miner.

    C++

  2. WavesLang WavesLang Public

    Trying to make an audio language.

    C

  3. react-command-palette react-command-palette Public

    A simple, accessible, keyboard-first command palette for React apps.

    TypeScript 5 1

  4. CryptoLexique/CryptoLexique CryptoLexique/CryptoLexique Public

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

    HTML 6 4