user@portfolio:~$
Contributed to Electromentor, focusing on improving practical understanding of electronics concepts.Engaged in mentorship-driven learning to bridge the gap between theory and real-world applications.
Developed a data analysis project to study temperature variations across different regions and time periods.Utilized Python libraries to process, visualize, and interpret environmental data effectively.
CBytes Tech Solutions offers immersive AI & coding programs to help students master future technologies. The website utilizes Tailwind CSS, Font Awesome, and GSAP (GreenSock Animation Platform) for its design and interactive elements.
This is a highly personal and interactive birthday greeting website for a sister, featuring a memory gallery with photos and videos, animations, and a heartfelt message. The site is built with HTML, styled using Tailwind CSS and Google Fonts, and uses Font Awesome for icons, with extensive vanilla JavaScript to create dynamic animations like confetti, floating balloons, and interactive elements.
The RGB-Image-Processing project is a full-stack web application developed using React for the frontend and Flask for the backend. It allows users to upload and edit images by adjusting brightness, contrast, and individual RGB color channels through a connected API system, providing a seamless image manipulation experience.
This C++ program implements a complete two-player, console-based Tic-Tac-Toe game that allows users to play multiple rounds. The code is a clear example of Object-Oriented Programming (OOP), encapsulating the game's logic into three distinct classes (player, board, tictactoegame) and using the iostream library for user input and output.