Skip to content
View Prakharnagore's full-sized avatar
Block or Report

Block or report Prakharnagore

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

Hi there👋, I am Prakhar

#!/usr/bin/node


var me;

class FullStackWebDeveloper {
  constructor() {
    this.name = "Prakhar Nagore";
    this.role = "FullStack Web Developer";
    this.language_spoken = ["Hindi", "English"];
    this.aboutme="I create things that live on Internet"
  }

  say_hi() {
    console.log("Thanks for visiting my profile, hope you find some of my work interesting.");
  }

}

me = new FullStackWebDeveloper();
me.say_hi();

 

Technology i have been working with - MERN STACK 😁

html css scss js reactjs redux nodejs express mongodb mysql

Languages used in my public repos - Big fan of JavaScript 😛

Top language used in my repos

Connect with me - Social Links 📱

Prakhar's Instagram Prakhar's LinkedIN

Pinned

  1. nextjs-overflow nextjs-overflow Public

    Overflow is a community-driven platform for asking and answering programming questions. Get help, share knowledge, and collaborate with developers from around the world.

    TypeScript 1

  2. mern-job-application-tracker mern-job-application-tracker Public

    This is a job tracking application made using mern stack.

    JavaScript 2

  3. mern-stack-ecommerce mern-stack-ecommerce Public

    This is a full-stack e-commerce application made using mern stack. Its has REST architecture, jwt authentication, stripe payment integration, and admin panel for product management and much more fe…

    JavaScript 1

  4. reactjs-furniture-app reactjs-furniture-app Public

    Created single-page web app using react.js, context API, and auth0. It also has Add cart function. Features include advanced filters, add to cart functionality, auth0 for google authentication and …

    JavaScript 1

  5. reactjs-githubstats reactjs-githubstats Public

    This is a github statistics web app, built using react.js, context API, and auth0 for authentication . It built on top of github api .

    JavaScript