Hello, I'm
Passionate about building clean, efficient, and user-friendly web applications.
I am a dedicated MCA student with a strong foundation in web technologies, database management, and software development. I enjoy learning new technologies and continuously improving my practical knowledge.
My goal is to become a professional software developer and contribute to developing efficient, innovative software solutions that provide real value to users.
A web-based food ordering system developed during BCA (2023). Features include browsing menus, placing orders, and storing data in a database. Improved understanding of frontend–backend integration.
/* Sample DB Table */
CREATE TABLE orders (
id INT PRIMARY KEY AUTO_INCREMENT,
item_name VARCHAR(100),
quantity INT,
total_price DECIMAL(10,2)
);
An online voting application that allows users to cast votes for candidates and stores the votes securely in a MySQL database. Demonstrates full-stack web development with data persistence.
CREATE TABLE votes (
id INT PRIMARY KEY,
candidate_name VARCHAR(50),
vote_count INT
);
This personal portfolio website showcasing my education, skills, and projects. Built with HTML, CSS, and JavaScript — fully responsive and works seamlessly on mobile and desktop devices.
<section id="home">
<h1>Hello, I'm Tripura</h1>
<p>Web Developer</p>
</section>
I'm open to internship opportunities, collaborations, and learning experiences. Feel free to reach out!