public class Developer {
String name = "Aadil";
String location = "Jammu & Kashmir, India ๐ฎ๐ณ";
String education = "B.Tech CSE '26 @ MIET Meerut";
String role = "Full-Stack Developer (MERN Stack)";
String[] skills = {"React 19", "Node.js", "MongoDB", "Express.js", "Java"};
String flagship = "LibraSync โ Production-Grade MERN App";
String[] learning = {"TypeScript", "Next.js", "System Design"};
String goal = "Software Engineer @ Top-Tier Tech Company ๐ฏ";
}Frontend
Backend & Database
Languages & Tools
| Project | Description | Stack | Links |
|---|---|---|---|
| ๐ LibraSync | Production-grade Library Management System โ real-time notifications, RBAC, analytics dashboard, QR codes, email alerts, 13+ features | React 19, Node.js, MongoDB, Socket.IO, JWT | Repo ยท Live โ |
| โก AlgoViz | Interactive algorithm visualizer โ 5 sorting algorithms with real-time animated bars, complexity analysis, and step tracking | React 18, Vite, CSS Animations | Repo ยท Live โ |
| ๐ก Time Scraper API | Custom Node.js REST API that scrapes and serves the latest stories from Time.com using native modules | Node.js, HTTP, Cheerio | Repo |
| ๐ Personal Portfolio | Responsive portfolio showcasing full-stack and core CS projects | HTML, CSS, JavaScript | Repo ยท Live โ |
"First, solve the problem. Then, write the code." โ John Johnson