
<A Front End Developer />
<span>Who enjoy creating interactive and responsive web applications using modern frameworks</span>
<More About Me />
Heya, I'am Aadil, a front end developer who loves crafting smooth, interactive, and responsive web experiences.
There's just something magical about writing a bunch of code, running it, and boom it actually works! (Well... after a few console.log()s, questioning my existence and endless debugging sessions.)
When I'm not debugging my life choices or styling divs that refuse to behave, you'll probably find me watching silly cats videos (because priorities :3), vibin' to indie and K-pop music or staring at the sky like a main character in an anime.
Anymeows, let's console.log() my skills and tools because that's probably why you're here, right?
<Portfolio />

Patient Management System
Built the front-end interface for a Patient Management System developed for Subharti Dental College and Hospital. The application enables healthcare staff to efficiently manage patient data, medical history, student details, and treatment records. Implemented global state management using React and Context API, and integrated the front end with a backend API built in Java (Spring Boot) with a MySQL database. This project served as a major academic submission and contributed to improving real-world healthcare workflows.

Miausity - University Landing Page
Designed a creative and visually engaging landing page for Miausity, a fictional university for cats :3. The project focuses on showcasing academic programs, admission features, and branding through a clean layout and appealing color scheme. Built entirely with React and custom CSS, the site demonstrates proficiency in responsive design and layout structuring

Taskify Landing Page
Developed a sleek and responsive landing page for Taskify, a fictional task management application. The page was built using React for component-based development and React-Bootstrap for pre-styled UI components, ensuring a fast and consistent design process. The layout includes promotional content, feature highlights, and CTA sections designed to attract potential users

Hotel Management Internal App
Designed and developed a feature-rich internal web application to manage hotel operations, including room listings, booking statuses, and staff management. Utilized Supabase for real-time database operations and authentication, React Query for efficient data fetching and caching, and Styled Components for scoped, maintainable styling. This project emphasized performance, responsiveness, and clean UI/UX to support daily internal use

Hotel Management Website
Created a modern, customer-facing website for a hotel booking system using Next.js for server-side rendering and optimized performance. Integrated Supabase for backend services, including database and user authentication via Auth.js. Styled the website with TailwindCSS to ensure a visually appealing and mobile-responsive design. The platform enables users to browse rooms, make bookings, and securely manage their profiles.

Quiz App with IndexedDB
Developed an interactive quiz application where users can attempt multiple quizzes, with their scores and progress saved locally using IndexedDB. Integrated React's Context API and useReducer for scalable state management. Added a history component to allow users to view their past performance even after refreshing the browser, showcasing the use of persistent local storage without a backend.