Skip to content
View ChandrakantPal's full-sized avatar
๐Ÿƒ
Learning
๐Ÿƒ
Learning

Block or report ChandrakantPal

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

Hi there ๐Ÿ‘‹

const name = 'Chandrakant Pal'

let techInLoveWith = ['Javascript', 'ReactJS', 'NextJS', 'Typescript', 'TailwindCSS', 'React Native', 'NodeJS',
  'GraphQL', 'MongoDB', 'PostgreSQL'] //still pushing more elements to this array

let currentlyLearning = 'Java'  

let skills = {
  'Javascript': Math.round(8 / 10), // ... and learnig
  'ReactJS': Math.round(8 / 10), // ... and learnig 
  'NextJS': Math.round(8 / 10), // ... and learnig 
  'Typescript': Math.round(8 / 10), // ... and learnig 
  'NodeJS': Math.round(8 / 10), // ... and learnig 
  'ReactNative': Math.round(7.5 / 10), // ... and learnig 
  'GraphQL': Math.round(7.5 / 10), // ... and learnig 
  'MongoDB': Math.round(7 / 10), // ... and learnig 
  'PostgreSQL': Math.round(5 / 10) // ... and learnig 
}

I am a self-taught software developer mostly focused on web development and web technologies in general, and building user-centric products with excellent user experience.

I am looking to work on open source projects involving React Typescript.

Anurag's github stats

Pinned Loading

  1. Reddit-clone Reddit-clone Public

    Reddit clone build with Next TypeScript ( SSR React ), Tailwind CSS on the Frontend and Node TypeScript, PostgresSQL on Backend.

    TypeScript

  2. typeorm-learning typeorm-learning Public

    learning typeORM build with Node.js TypeScript and PostgreSQL.

    TypeScript

  3. MERN_GraphQL MERN_GraphQL Public

    Learning GraphQL by building Social Media app. Build with Node.js MongoDB Apollo GraphQL server on the Backend and React.js and Apollo GraphQL client on Frontend.

    JavaScript

  4. MERN-server MERN-server Public

    MERN stack server setup with authentication

    JavaScript 1

  5. ChatQL-React-Node-GraphQL ChatQL-React-Node-GraphQL Public

    Building a Messenger Clone with Node.js, PostgreSQL, Apollo GraphQL server on Backend and React, TypeScript, Tailwind CSS, Apollo GraphQL Client on the Frontend

    TypeScript

  6. React-Query-Learning React-Query-Learning Public

    Learning React Query by using a free starwars API

    JavaScript