Skip to content
View davodaslanifakor's full-sized avatar
🔬
Work at office
🔬
Work at office

Block or report davodaslanifakor

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
davodaslanifakor/README.md
  • 👋 Hi, I’m Davoud Aslani
  • 👀 I’m interested in FrontEnd/Vue/React
  • 🌱 I’m currently Vue
  • 💞️ I’m looking to collaborate on ...

Pinned Loading

  1. modaltor modaltor Public

    modal component for vuejs

    Vue 81 24

  2. app-todo app-todo Public

    this app to do by JavaScript

    HTML

  3. datepickertor datepickertor Public

    a Persian date picker for vue

    JavaScript

  4. convert rial to persian letters toman convert rial to persian letters toman
    1
     // include https://github.com/mahmoud-eskandari/NumToPersian
    2
     get_persian(val) {
    3
          // return "صفر تومان" if val is 0
    4
          if(Number(val) === 0) return 'صفر تومان';
    5