Skip to content

Eswereddy/protfolio-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

protfolio-project

A personal portfolio website showcasing my skills, projects, experience, certifications, and resume. Built using HTML, TailwindCSS, JavaScript, and animated with particles.js for a modern, interactive user experience.

<title>Jakkireddy Eswar Reddy | Portfolio</title> <script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.jsdelivr.net/npm/particles.js"></script> <style> #particles-js { position: fixed; width: 100%; height: 100%; z-index: -1; top: 0; left: 0; }
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

section {
  animation: fadeIn 1s ease-out forwards;
  opacity: 0;
}

@media (max-width: 768px) {
  .grid-cols-1-md-2 {
    grid-template-columns: 1fr;
  }
  .text-5xl {
    font-size: 3rem;
  }
  .text-xl {
    font-size: 1.125rem;
  }
  .w-56 {
    width: 12rem;
    height: 12rem;
  }
}

@media (max-width: 480px) {
  .text-5xl {
    font-size: 2.5rem;
  }
  .text-3xl {
    font-size: 2rem;
  }
  .text-xl {
    font-size: 1rem;
  }
  .w-56 {
    width: 10rem;
    height: 10rem;
  }
}
</style>

Jakkireddy Eswar Reddy

Jakkireddy Eswar Reddy

Full Stack Developer | Java & Python Enthusiast

Contact Me

About Me

I’m Jakkireddy Eswar Reddy, a passionate and detail-oriented developer currently pursuing my B.Tech in Computer Science and Engineering at G. Pullaiah College of Engineering & Technology, Kurnool. I have also completed a diploma in CSE from BIT Institute of Technology, Hindupur.

I’ve earned certifications in DBMS, AWS, Microsoft Azure Fundamentals, and Java. I love building user-centric applications, solving real-world problems, and exploring new technologies. I'm highly enthusiastic about learning cloud platforms and backend development practices.

I'm an active learner who thrives in team environments. I believe in collaboration, continuous upskilling, and delivering scalable applications that solve real-world issues. My goal is to contribute meaningfully in the tech ecosystem and work on impactful projects.

Outside of coding, I enjoy exploring tech blogs, participating in coding contests, and mentoring juniors. My long-term vision includes becoming a versatile developer and cloud solutions architect.

About Me
G. Pullaiah College

B.Tech – G. Pullaiah College of Engineering & Technology, Kurnool

An autonomous institution accredited with NAAC 'A' grade and NBA-certified departments. Offers in-depth curriculum in engineering principles, design methodologies, and project development with strong placement and research opportunities.

BIT Institute of Technology

Diploma – BIT Institute of Technology, Hindupur

A reputed polytechnic institution focusing on practical and technical education. CSE diploma includes programming, system design, and real-time lab sessions, fostering readiness for higher studies and industry exposure.

Resume

My resume reflects my journey as a full stack developer, showcasing my experience, certifications, education, and project work in detail. I’ve included my training in AWS, Azure, DBMS, and my internship with Movidu Technologies.

Download My Resume (PDF)

Experience

Internship Certificate

Business Development Intern – Movidu Technologies

Nov 2023 – May 2024

Completed a 6-month internship where I contributed to the Business Development vertical. Built communication, analysis, and reporting skills while also being appreciated as a team player and quick learner.

Certifications

DBMS Certificate

DBMS Mastery – Scaler Academy

Java Certificate

Java Programming – CodeTantra

Java Fundamentals Certificate

Java Fundamentals – Scaler Academy

Web Development Certifications

Web Development Certifications by Ecell IIT Madras

Projects

Portfolio Website

Responsive personal site using TailwindCSS, HTML, and particle.js background effects.

Live Demo

Resume Builder

Web application to generate resumes with clean UI and print/export functionality.

Live Demo

Student Management System

CRUD system using Java and MySQL to manage student academic records efficiently.

View Project

Contact Me

Name
Email
Message <textarea id="message" name="message" rows="4" required class="w-full px-4 py-2 rounded-lg bg-gray-900 text-white border border-indigo-600 focus:outline-none focus:ring-2 focus:ring-indigo-400"></textarea>
Send Message

Or email me directly at jakkireddyeswarreddy@gmail.com

Contact

+91 93810 26276

jakkireddyeswarreddy@gmail.com

Peapully, Andhra Pradesh, India

Follow Me

© 2025 Jakkireddy Eswar Reddy. Built with ❤ using HTML, TailwindCSS, and JavaScript.
<script> particlesJS("particles-js", { particles: { number: { value: 100 }, size: { value: 3 }, color: { value: "#6366f1" }, line_linked: { enable: true, distance: 150, color: "#a5b4fc", opacity: 0.5, width: 1 }, move: { enable: true, speed: 2 } }, interactivity: { events: { onhover: { enable: true, mode: "repulse" } } } }); document.addEventListener('DOMContentLoaded', function() { const sections = document.querySelectorAll('section'); const options = { threshold: 0.1 }; const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.style.animation = 'fadeIn 1s ease-out forwards'; observer.unobserve(entry.target); } }); }, options); sections.forEach(section => { observer.observe(section); }); }); </script>

About

A personal portfolio website showcasing my skills, projects, experience, certifications, and resume. Built using HTML, TailwindCSS, JavaScript, and animated with particles.js for a modern, interactive user experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors