Skip to content
View jezielm7's full-sized avatar
βš›οΈ
Make it happen!
βš›οΈ
Make it happen!
Block or Report

Block or report jezielm7

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
jezielm7/readme.MD

πŸ™‹β€β™‚οΈ About me

Hi you there πŸ‘‹πŸ»

I'm Jeziel Marques, Mobile Dev and UI/UX Designer, working over React Native ecosystem.
Always looking for improvement and new knowledge to build better solutions through apps...

Main Tools: TypeScript, React Native, Figma.

Always learning: UI/UX Design.

Contatos:

Pinned

  1. iMovie iMovie Public

    Simple movie catalog app with carousel animation.

    JavaScript 6

  2. VS Code Settings VS Code Settings
    1
    {
    2
      "workbench.colorTheme": "Omni Owl",
    3
      "workbench.iconTheme": "material-icon-theme",
    4
      "material-icon-theme.folders.associations": {
    5
        "infra": "app",
  3. iFinances iFinances Public

    Expense control app.

    TypeScript 1

  4. File sample to apply refresh token File sample to apply refresh token
    1
    import axios, { AxiosError } from 'axios';
    2
    
                  
    3
    import AsyncStorage from '@react-native-async-storage/async-storage';
    4
    
                  
    5
    const api = axios.create({