Skip to content
View oxcode-dev's full-sized avatar
💭
Always Available to code. Try me.
💭
Always Available to code. Try me.
Block or Report

Block or report oxcode-dev

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

Hi 👋, I'm Oxcode

A passionate frontend developer that is dedicated to coding and product development.

I enjoyed developing new user-facing features, the structure and design of web pages, building reusable codes, optimizing page loading times, and using a variety of markup languages to create the web pages. Take a look at my portfolio, and let's create great projects together!

  • 🔭 I’m currently working on Tech1M Talents App

  • 🌱 I’m currently learning Typescript & Framer Motion

  • 💬 Ask me about reactjs, vue3, nuxtjs, nextjs and firebase

  • 📫 How to reach me mrexcelsam1@gmail.com

Connect with me:

oxcode__ https://www.linkedin.com/in/oxcode001/ oxcode__

Languages and Tools:

bootstrap bulma chartjs css3 figma firebase git html5 javascript materialize mysql nextjs nuxtjs postgresql postman react reactnative redux sass tailwind typescript vuejs vuetify webpack

oxcode-dev

 oxcode-dev

Pinned

  1. jobquest jobquest Public

    JobQuest - Job Board Developed with Nuxtjs and Firebase

    Vue

  2. barfresh-ecommerce barfresh-ecommerce Public

    Barfresh E-commerce App

    JavaScript

  3. barfresh-admin barfresh-admin Public

    Barfresh E-commerce CMS

    Vue

  4. job-quest-admin job-quest-admin Public

    Vue

  5. quickremit quickremit Public

    JavaScript

  6. Vue Composables Firebase Authenticat... Vue Composables Firebase Authentication Hook
    1
    import { signOut, signInWithEmailAndPassword, createUserWithEmailAndPassword, updatePassword, updateEmail, deleteUser } from "firebase/auth"
    2
    import { auth } from "../firebase.config"
    3
    import { errorResponse } from '../helpers/FirebaseErrorResponse';
    4
    import { ref } from "vue";
    5
    import router from "../router";