Currently building full-stack products with clean UX, strong architecture, and deployment-ready polish.

This page highlights the kind of work I love most: fast interfaces, thoughtful systems, and security-conscious builds that feel premium from the first click.

Featured Full Stack Frontend Security Experiments

Featured Build

Restaurant Billing System

A production-minded billing workflow with secure login, invoice generation, responsive dashboards, and a cleaner day-to-day experience for staff.

HTML CSS JavaScript Responsive UI
Launch Project

Service Platform

Unity Workers & Constructions

A service marketplace experience that connects clients with skilled workers through cleaner listings, better discovery, and a more trustworthy hiring flow.

Listings Marketplace UI Responsive UX Service Flow
Launch Project

Civic Platform

Swach Raipur

A civic-focused web experience designed to encourage cleaner neighborhoods with a polished interface, accessible structure, and a clear public-facing journey.

Civic Tech Frontend Responsive Design Public UX
Launch Project

Healthcare Concept

Hospital Registration App using AI

A patient-friendly appointment concept that simplifies registration from home with an interface shaped around clarity, accessibility, and assisted decision making.

Healthcare AI Concept Accessibility Booking Flow
Launch Project

Selected builds from design-heavy interfaces to practical full-stack systems.

Each card represents a project where I focused on usable experiences, structure, and visual refinement instead of just shipping a page.

Restaurant Billing System

Full-stack app with invoice generation and secure login. Built with modern web technologies and responsive design.

Full Stack • Billing • Responsive
View Project

Ghibli UI Showcase

Creative React-based UI inspired by Studio Ghibli aesthetics. Features smooth animations and interactive elements.

React • Motion • Creative UI
View Project

Unity Workers & Constructions

An online platform connecting clients with service providers such as carpenters, plumbers, electricians, and more.

Service Platform • Listings • UX Flow
View Project

Restaurant Billing Management

Manages customer billing with details such as item name, price, GST, quantity, date, and payment method.

Data Handling • Reports • Practical UI
View Project

Hospital Registration App using AI

Allows patients to book appointments from home with a user-friendly interface inspired by ATM screens.

Healthcare • AI Concept • Accessibility
View Project

Line Follower Robot with Arduino

A project involving robotics and Arduino technology.

Arduino • Robotics • Sensors
View Project

Frontend Clones

Clones of Amazon, Myntra, and Netflix focusing on frontend development.

Frontend • Layouts • Visual Practice
View Project

Swach Raipur

A civic-focused web platform designed to promote cleaner neighborhoods through a polished, responsive user experience.

Frontend • Backend • Visual Practice
View Project

Readable, maintainable code is part of the product experience too.

Messy code

Hard to scale, hard to debug, and expensive to maintain over time.

My code

Clear structure, reusable components, smoother collaboration, and easier long-term improvement.

Before if(user){return NextResponse.redirect('/login')} let team = undefined; const token = req.headers.get('token')
After const token = request.headers.get('token'); const user = await getUserByToken(token); if (!user) return redirectToLogin();

Ethical hacking projects with documentation, testing discipline, and controlled-lab execution.

Penetration Testing on E-Commerce Platform

Tools: Metasploit, Nmap, Burp Suite, Kali Linux

Summary: Simulated attacks using OWASP Top 10 vulnerabilities. Identified SQL injection and XSS flaws, documented findings with screenshots and remediation steps.

View on GitHub

Payload Creation & Exploitation Lab

Tools: msfvenom, Netcat, Wireshark

Summary: Created custom payloads for Windows and Linux environments. Demonstrated reverse shell access and privilege escalation techniques in a controlled lab.

View on GitHub

Vulnerability Assessment Report

Tools: Nessus, Nikto, OpenVAS

Summary: Conducted scans on a simulated banking system. Generated professional-grade report with annotated screenshots, CVSS scores, and mitigation strategies.

Download Report

Social Engineering Awareness Campaign

Tools: Phishing simulations, awareness training materials

Summary: Developed a campaign to educate employees on social engineering tactics. Included simulated phishing attacks and training sessions.

View Campaign

Explore more experiments, source code, and ongoing builds on GitHub.

That is where I keep the deeper technical trail: repositories, iterations, and the ideas that eventually become polished products.

github.com/Rajmali07