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

Block or report nishuR31

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
nishuR31/readme.md

Hi, I'm Nishan or Nishu 👋

THIS IS MY GITHUB PAGE AND I THANK EVERYONE WHO HELPED ME SOMEWHERE IN MY LIFE AND MADE THE WHAT I AM TODAY.

I am a dedicated student with a strong passion for web development and programming, driven by a desire to create innovative digital solutions and continuously improve their technical skills.

I'm currently learning HTML, CSS, JavaScript for frontend development. On the backend, I'm diving into Node.js and databases like SQL. I'm also expanding my knowledge in Python and have basic knowledge in C.




Profile Data:

Education Custom Badge Profile Views

GitHub Repo Size Closed PRs Open Issues

Sponsor Me Open Source Love Follow Me

Code Coverage Dependencies



Github Contributions:




My Trophies:

nishur31



About Me:

  • I'm currently learning JavaScript and Python, with a focus on building scalable and efficient applications.
  • I have basic knowledge of C, which has helped me understand the fundamentals of programming.
  • My expertise extends to HTML and CSS, where I work on crafting responsive and visually appealing web pages.
  • I actively use Termux for a variety of tasks, including running Kali Linux and managing development environments or practicing programming languages on mobile.
  • All of my projects are available at my Repository Tab, where you can explore my coding journey.
  • How to reach me: [email protected] or [email protected]. I'm always open to collaborations and discussions about tech!



Get in Touch

I’m always excited to connect with fellow developers, share insights, and learn from the experiences of others. Whether you have questions, want to discuss a project, or just want to chat about tech, feel free to reach out!
You can email me at [email protected]. I’m looking forward to engaging with the developer community and exchanging ideas with fellow developers and learn from their experiences.


🌐 Socials:

LinkedIn


License:

License



Typing SVG


Languages & Tools

C css html javascript mysql nodejs python




💻 Tech Stack:

C CMake
CSS HTML
JavaScript NPM NodeJS ESLint
Git GitHub GithubPages
Anaconda Flask Python Spyder IDE
MySQL MongoDB MariaDB SQLite
Canva Adobe Lightroom
Docker Windows Terminal Termux




My GitHub Stats

Fun time

Jokes Card Qoutes


Repositories and Languages

Readme Card Top Languages



GitHub Stats and Contributions

Github Repo GitHub Stats



GitHub Streak and Activity Graph

Streak Stats


Nishu's github activity graph



Contribution Snake

GitHub Globe




License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.



Projects

Popular repositories Loading

  1. Simple-c-Calculator Simple-c-Calculator Public

    The Enhanced Calculator is a C-based tool for basic arithmetic, exponentiation, logarithms, square roots, trigonometric functions, and their inverses. Ideal for both educational and practical use, …

    C

  2. Digital_Clock Digital_Clock Public

    This Python script displays the current time in either 12hr or 24hr format with color customization. The user can choose between any format, and the script updates the time every second. The progra…

    Python

  3. Number_converter Number_converter Public template

    A Python program for number conversions with a menu-driven interface. It allows setting a number and base, and converting it to binary, octal, hexadecimal, and decimal. Includes error handling for …

    Python

  4. Dicey_dice Dicey_dice Public

    A Python script simulates a dice roll using the random and colorama libraries. It presents a menu to roll a dice (1) or exit (0), handling invalid inputs with error messages. Rolls a number between…

    Python

  5. AP AP Public

    This Python script calculates the sum of an arithmetic progression (AP) based on user inputs: starting number, ending number, and common difference. It validates input, handles errors, and displays…

    Python

  6. Linked_list Linked_list Public

    This code implements a basic singly linked list in Python. It supports operations like inserting at the beginning, end, or a random position, deleting from the start, end, or a random position, an…

    Python