Skip to content
View mortezasabihi's full-sized avatar
๐Ÿ’ป
Working From Home
๐Ÿ’ป
Working From Home
Block or Report

Block or report mortezasabihi

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

Hi I'm Morteza ๐Ÿ‘‹

Linkedin Badge Website Badge Gmail Badge

Welcome to my profile! I'm a Front-end developer ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Things I code with:

Docker git npm yarn Webpack VueJS NuxtJS ReactJS NextJS Javascript Typescript html5 Sass Prettier Prettier


Github Stats Top Langs

Pinned

  1. iconsans iconsans Public

    +660 Free Bold and Linear Icons for your next project (Vue and React)

    Vue 60 5

  2. react-vite-ts-starter react-vite-ts-starter Public template

    Forked from CodingGarden/react-ts-starter

    A bare-bones vite + react + typescript starter template with eslint + prettier, vitest + @testing-library and react-router

    TypeScript 3

  3. morteza-s-3d morteza-s-3d Public

    Morteza's 3D Model

    TypeScript 6

  4. tour-360 tour-360 Public

    Simple 360 tour buit with Tree.js

    TypeScript 2

  5. Vue 3 axios composition api Vue 3 axios composition api
    1
    /* eslint-disable @typescript-eslint/no-unsafe-assignment */
    2
    
    
    3
    import { reactive, toRefs } from 'vue';
    4
    import axios,{ AxiosRequestConfig, AxiosError, AxiosResponse } from 'axios';
    5