Welcome to my portfolio!
Click a file on the left to get started.
👨💻 Ritesh Raj Nepal | Full-Stack Developer
<!-- Professional Summary -->
<h2>✨ Professional Summary</h2>
<p>Creative and performance-driven full-stack developer specializing
in modern web technologies. Passionate about building responsive
interfaces and scalable backend systems.</p>
<!-- Education -->
<h2>🎓 Education</h2>
<p>Bachelor of Information Management - Tribhuvan University (2019-2024)
GPA: 3.36</p>
# About Me
I'm a developer who finds joy in the art of problem-solving. Whether it's
architecting a scalable backend or fine-tuning the front-end for a seamless
user experience, I am driven by the challenge of creating efficient, elegant,
and impactful code.
My journey into tech was fueled by a lifelong passion for logic and strategy,
which I've honed for years as a competitive chess player. The same focus,
foresight, and creativity required at the chessboard are what I bring to
every project I undertake.
-- My Philosophy --
> "Clean code is a language in itself."
> "Continuous learning is the key to staying sharp."
> "Collaboration drives innovation."
/* My Tech Stack */
#languages {
speak: "JavaScript", "TypeScript", "Python", "HTML/CSS";
}
.frontend {
frameworks: "React", "Vue.js";
styling: "Tailwind CSS", "SASS";
}
.backend {
runtime: "Node.js";
framework: "Express.js";
}
.database {
type: "MongoDB", "SQL";
}
.tools {
version-control: "Git & GitHub";
editor: "VS Code";
}
{
"projects": [
{
"name": "Meta Logic Website Redesign",
"description": "Improved UI/UX using React & TypeScript.",
"stack": ["React", "TypeScript", "Vercel"],
"url": "https://meta-logic-chi.vercel.app/"
},
{
"name": "Booksmart Platform",
"description": "Full-stack MERN app with auth, search, and admin features.",
"stack": ["MongoDB", "Express", "React", "Node.js"],
"url": "https://github.com/ritesh556/booksmart"
}
]
}
// Experience.js
const internship = {
company: "Yaj Tech Pvt. Ltd.",
role: "Frontend Developer Intern",
period: "Apr 2024 – Jul 2024",
};
class Responsibilities {
constructor() {
this.duties = [
"Created reusable Vue.js components with Tailwind CSS.",
"Integrated REST APIs for dynamic data rendering.",
"Improved UI load times by 25% through optimization.",
];
}
}
# achievements.py
class PersonalAchievements:
def __init__(self):
self.chess = {
"platform": "Chess.com",
"format": "Rapid",
"rating": 2000
}
self.federation = {
"name": "FIDE",
"rating": 1640
}
// contact.js
const contactInfo = {
email: "[email protected]",
phone: "+977 9813833723",
location: {
city: "Biratnagar",
country: "Nepal"
},
social: {
github: "github.com/ritesh556",
linkedin: "linkedin.com/in/ritesh-nepal"
}
};
TERMINAL
Portfolio session started. Type 'help' for commands.
user@portfolio:~$