About
I'm Mukund Jha, and I hail from Saptari, although I currently reside in Biratnagar, specifically in Bakhri. I completed my school education at Shree Public Secondary School Launia Tillathi, where I laid the foundation for my academic journey. Following that, I pursued my intermediate studies at Lord Buddha College, which further enriched my knowledge and skills. Currently, I am enrolled in a Bachelor's program at Mahendra Morang College in Biratnagar
Throughout my educational journey, I have developed a strong interest in the fields of development and design. I possess skills in various programming languages, including HTML, CSS, JavaScript, C, and C++. These skills not only reflect my technical capabilities but also my passion for creating and designing innovative solutions. I am eager to explore opportunities that will allow me to apply my knowledge and skills in real-world scenarios, contributing to projects that inspire and engage users.
projects

Calculator
The calculator project is a simple web-based application created using HTML, CSS, and JavaScript. It provides users with a straightforward interface to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

Facebook login clone
Creating a simple Facebook login page clone using HTML and CSS involves structuring the HTML for the login form and styling it with CSS to resemble Facebook's design. Below is a basic example of how you can achieve this.

Portfolio
I created a personal website using HTML and CSS to showcase my web development skills. The site features a clean, modern design with a navigation bar, sections for my projects, skills, and a contact form.
Skills

HTML
HTML, or Hypertext Markup Language, is the standard markup language used to create and design documents on the World Wide Web. It provides the structure for web pages by using a series of elements or tags that define different parts of the content.

CSS
CSS, or Cascading Style Sheets, is a stylesheet language used to describe the presentation of a document written in HTML

Java script
JavaScript is a high-level, dynamic, and interpreted programming language that is widely used for web development. It was originally created by Brendan Eich in 1995 and has since become one of the core technologies of the World Wide Web, alongside HTML and CSS. Here are some key points about JavaScript.

C-programming
C programming is a high-level programming language that was developed in the early 1970s by Dennis Ritchie at Bell Labs. It is widely used for system programming, developing operating systems, and creating applications due to its efficiency and control over system resources. Here are some key aspects of C programming:

C++
C++ is a high-level programming language that was developed as an extension of the C programming language. It was created by Bjarne Stroustrup at Bell Labs in the early 1980s. C++ is known for its performance, efficiency, and flexibility, making it a popular choice for system/software development, game development, and applications requiring high-performance graphics.