Skip to content
View himanshuchandola's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report himanshuchandola

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

Typing SVG

Hi there! I'm a Himanshu Chandola 👨🏻‍💻 currently working as Software Developer 🎓 who loves to create for the web 🌐.

wakatime


🚀 About Me

Frontend Developer with 2+ years in UI design & optimization using React JS & Next JS. Passionate about learning, exploring new tech, & solving real-life problems. Open-source enthusiast & maintainer, inspired by community collaboration and knowledge sharing.


⚡ Stuff I Know

JavaScript React TypeScript NextJS Vercel Redux Git GitHub Visual Studio Code Ubuntu AWS


    If you like what I do, maybe consider buying me a coffee.

    Buy Me A Coffee

NOTE: Top languages shown below does not indicate my skill level or something like that, like its title - "Most Used Languages", it's just a github metric of which languages I have the most code on Github.

Himanshu's github stats

🕑 Wakatime Stats:

Lines of code

I'm an Early 🐤

🌞 Morning    35 commits     ░░░░░░░░░░░░░░░░░░░░░░░░░   3.34% 
🌆 Daytime    521 commits    ████████████░░░░░░░░░░░░░   49.76% 
🌃 Evening    483 commits    ███████████░░░░░░░░░░░░░░   46.13% 
🌙 Night      8 commits      ░░░░░░░░░░░░░░░░░░░░░░░░░   0.76%

📅 I'm Most Productive on Thursday

Monday       176 commits    ████░░░░░░░░░░░░░░░░░░░░░   16.81% 
Tuesday      209 commits    █████░░░░░░░░░░░░░░░░░░░░   19.96% 
Wednesday    142 commits    ███░░░░░░░░░░░░░░░░░░░░░░   13.56% 
Thursday     272 commits    ██████░░░░░░░░░░░░░░░░░░░   25.98% 
Friday       205 commits    █████░░░░░░░░░░░░░░░░░░░░   19.58% 
Saturday     26 commits     ░░░░░░░░░░░░░░░░░░░░░░░░░   2.48% 
Sunday       17 commits     ░░░░░░░░░░░░░░░░░░░░░░░░░   1.62%

📊 This Week I Spent My Time On

⌚︎ Time Zone: Asia/Kolkata

💬 Programming Languages: 
TypeScript               19 hrs 28 mins      ████████████░░░░░░░░░░░░░   50.37% 
Other                    5 hrs 12 mins       ███░░░░░░░░░░░░░░░░░░░░░░   13.46% 
Vue.js                   5 hrs 5 mins        ███░░░░░░░░░░░░░░░░░░░░░░   13.17% 
JavaScript               3 hrs               ██░░░░░░░░░░░░░░░░░░░░░░░   7.76% 
Bash                     2 hrs 22 mins       █░░░░░░░░░░░░░░░░░░░░░░░░   6.13%

🔥 Editors: 
VS Code                  23 hrs 29 mins      ███████████████░░░░░░░░░░   60.76% 
Cursor                   15 hrs 10 mins      █████████░░░░░░░░░░░░░░░░   39.24%

💻 Operating System: 
Windows                  38 hrs 40 mins      █████████████████████████   100.0%

Last Updated on 03/03/2025

Summary

trophy

That's all, thanks and have a nice day!

Show some ❤️ by starring some of the repositories!

Pinned Loading

  1. Portfolio Portfolio Public template

    This is the ✨ source code for my personal website, built with ReactJS, Tailwind CSS, and 🚀 deployed on Vercel 🔼. You can use this repository as a template to build your own personal website. 😊

    JavaScript 7 3

  2. Track-My-Expenses Track-My-Expenses Public

    Track My Expenses is a web app that helps to manage your personal Expenses with beautiful utilities like charts and calculative paying of dues.

    JavaScript 3 4

  3. TypeScript utility functions for han... TypeScript utility functions for handling encrypted localStorage operations. This Gist includes three functions: setLocalStorageData for saving data to localStorage, getLocalStorageData for retrieving data from localStorage with a fallback option if the key is not found or if the data retrieval fails., and clearLocalStorageData to delete data from browser.
    1
    /**
    2
     * Encrypted Local Storage Utility using CryptoJS (TypeScript)
    3
     *
    4
     * This utility provides secure methods to store, retrieve, and clear data
    5
     * in localStorage using AES encryption. Works in React/Next.js projects.
  4. TypeScript utility functions for han... TypeScript utility functions for handling localStorage operations. This Gist includes three functions: setLocalStorageData for saving data to localStorage, getLocalStorageData for retrieving data from localStorage with a fallback option if the key is not found or if the data retrieval fails., and clearLocalStorageData to delete data from browser.
    1
    // set localStorage data
    2
    export const setLocalStorageData = (key: string, value: any) => {
    3
      try {
    4
        const localStorageValue = JSON.stringify(value);
    5
        localStorage.setItem(key, localStorageValue);
  5. basic-chrome-extension basic-chrome-extension Public

    Chrome Extension using React 18 and Webpack 5

    JavaScript

  6. Ram-Mandir-Ayodhya-Pixel-Effects Ram-Mandir-Ayodhya-Pixel-Effects Public

    Digital artwork of the Shree Ram Temple in Ayodhya, created using canvas and pixel art techniques to capture its architectural beauty and cultural significance.

    JavaScript