Devansh Agrawal

// Building the future, one line at a time
const developer = new FullStackDeveloper({
name: 'Devansh Agrawal',
year: '4th Year B.Tech CSE',
skills: ['React', 'Node.js', 'MongoDB', 'Next.js', 'AI'],
passion: 'creating seamless user experiences'
});

developer.code(); // Let's build something amazing! πŸš€
{
'currentFocus': [
'Full Stack Development',
'MERN Stack',
'Next.js Applications',
'Artificial Intelligence'
],
'learning': 'Advanced React Patterns',
'experience': 'Multiple successful projects',
'motto': 'Innovation through code'
}

About Me

// Welcome to Devansh's digital space
const student = new Student({
name: 'Devansh Agrawal',
Year: '4th Year B.Tech CSE',
role: 'B.Tech CSE Student @ ICFAI University',
passion: 'solving real-world problems with scalable tech'
});

student.learn(); // Let's code together! 😊
β–Ž
Console Output
βœ“ Initializing Devansh Agrawal...
βœ“ Booting 4th Year B.Tech CSE @ ICFAI
βœ“ Loaded: MERN Stack, Next.js, AI, Cloud
βœ“ Projects Deployed: Rezumix, Exam Portal βœ…
βœ“ Status: Always learning & leveling up ⬆️
βœ“ Ready to collaborate, build & innovate! πŸš€
// tech-stack.json
{
'role': {
'Full Stack Developer',
'AI Developer',
'Backend Developer',
'Freelancer',
},
'learning': 'I never{stop} learning',
}
Recent Commands
$ git log --oneline
feat: won Web Design Competition @ ICFAI
feat: won Tech Treasure Hunt @ LuminaTech
feat: launched Rezumix – AI-powered career assistant
chore: published Rezumix paper in IRJET
fix: managed Break The Code Hunt @ LuminaTech
Server running on passion:3000 πŸš€
System Info
OS:
CPU:
IDE:
ICFAI-Unix v4.0
PassionCore iDev v2.5
VS Code + Terminal Powerβ„’
profile.sh
DA

Devansh Agrawal

Student & Full Stack Developer

// technical-skills.json
{
'Skills': {
'C, C++, Python, JavaScript',
'Full Stack Developer',
'Mern Stack',
}
Currently available for projects and Work

My Projects

// Initializing project showcase
const projectPortfolio = new ProjectManager({
developer: 'Devansh Agrawal',
totalProjects: 4,
status: 'actively building',
techStack: ['MERN', 'Next.js', 'TypeScript']
});

projectPortfolio.showcase(); // Let's explore! πŸš€
// project_001.js
class Rezumix extends Project {
constructor() {
super();
this.title = 'Rezumix';
this.link = 'https://www.rezumix.in/';
}

getDescription() {
return 'AI Resume Analyzer, Career Recommendation, Mock Interview Tool & Skill Gap Ident...';
}

getTechStack() {
return [
'NextJs',
'MongoDb',
'Gemini AI'
];
}

deploy() {
console.log('πŸš€ Project deployed successfully!');
return this;
}
}

// Initialize and deploy
const project = new Rezumix();
project.deploy();
project-actions.sh
$git status
NextJsMongoDbGemini AI
// project_002.js
class Copy-Paste extends Project {
constructor() {
super();
this.title = 'Copy-Paste';
this.link = 'https://copypaste-one.vercel.app/';
}

getDescription() {
return 'Created a platform to simplify the sharing of text and images efficiently across...';
}

getTechStack() {
return [
'Next.js'
];
}

deploy() {
console.log('πŸš€ Project deployed successfully!');
return this;
}
}

// Initialize and deploy
const project = new Copy-Paste();
project.deploy();
project-actions.sh
$git status
Next.js
// project_003.js
class i-Spardha extends Project {
constructor() {
super();
this.title = 'i-Spardha';
this.link = 'https://ispardha.vercel.app/';
}

getDescription() {
return 'Collaborated with Priyanshu Das to develop i-Spardha, a platform simplifying the...';
}

getTechStack() {
return [
'Nextjs'
];
}

deploy() {
console.log('πŸš€ Project deployed successfully!');
return this;
}
}

// Initialize and deploy
const project = new i-Spardha();
project.deploy();
project-actions.sh
$git status
Nextjs
// project_004.js
class TrackLPG extends Project {
constructor() {
super();
this.title = 'TrackLPG';
this.link = 'https://www.tracklpg.in/';
}

getDescription() {
return 'White-label SaaS platform for gas agencies with subdomain-based multi-tenant arc...';
}

getTechStack() {
return [
'Nextjs'
];
}

deploy() {
console.log('πŸš€ Project deployed successfully!');
return this;
}
}

// Initialize and deploy
const project = new TrackLPG();
project.deploy();
project-actions.sh
$git status
Nextjs
// Project Statistics
const stats = {
totalProjects: 4,
categories: ['Full Stack', 'Enterprise', 'Freelance'],
techUsed: '10+ technologies',
collaboration: 'Team & Solo projects'
};

console.log('More projects coming soon! πŸ”₯');

Let's Connect

// Contact module initialization
class ContactManager {
constructor() {
this.name = 'Devansh Agrawal';
this.role = 'Full Stack Developer';
this.status = 'available';
this.responseTime = ' < 24 hours';
}

isAvailable() {
return this.status === 'available';
}

sendMessage(message) {
console.log('Message sent successfully! πŸ“©');
return 'Thanks for reaching out!';
}
}
// Social media endpoints
const socialAPI = {
github: {
platform: 'GitHub',
handle: '@thedevanshagrawal',
url: 'https://github.com/thedevanshagrawal',
},
linkedin: {
platform: 'LinkedIn',
handle: '@thedevanshagrawal',
url: 'https://www.linkedin.com/in/thedevanshagrawal/',
},
twitter: {
platform: 'Twitter',
handle: '@devansh_dev',
url: 'https://twitter.com/devansh_dev',
},
email: {
platform: 'Email',
handle: 'thedevanshagrawal@gmail.com',
url: 'mailto:thedevanshagrawal@gmail.com',
}
};

// Connect with me on any platform! 🌐
// Quick contact function
async function connectWithDevansh() {
const contact = new ContactManager();

if (contact.isAvailable()) {
console.log('🟒 Available for new opportunities!');
return 'Ready to collaborate!';
}
}

connectWithDevansh(); // Let's build something amazing! πŸš€
contact.sh
DA

Ready to Connect!

Let's build something amazing together

Currently Available

I'm currently looking for new opportunities and exciting projects to work on.

< 24h
Response Time
100%
Commitment
contact-form.js
$ whoami
Full Stack Developer & Tech Enthusiast
$ pwd
~/currently/available/for/opportunities
$ echo $INTERESTS
MERN Stack, Next.js, Innovation, Learning
// Thank you for visiting my portfolio!
const message = {
greeting: "Thanks for stopping by!",
invitation: "Let's create something extraordinary together",
nextStep: "Drop me a message and let's get started!"
};

console.log("Looking forward to hearing from you! πŸŽ‰");