DEV Community

Cover image for 😂 I Built a Resume Generator Based on Mood (Worst Career Tool Ever)
Gayathri Ande
Gayathri Ande

Posted on

😂 I Built a Resume Generator Based on Mood (Worst Career Tool Ever)

April Fools Challenge Submission ☕️🤡

This is a submission for the DEV April Fools Challenge

😂 I Built a Resume Generator Based on Mood (Worst Career Tool Ever)

😂 What I Built

Ever wondered what your resume would look like if your emotions took over?

I built a Mood-Based Resume Generator that creates completely useless (but hilarious) resumes based on your mood.

Instead of helping you get a job, this tool will probably make recruiters block you 😄


🎮 Demo

👉 Live App: https://gayeea.github.io/Mood_based_resume/

👉 GitHub Repo: https://github.com/gayeeA/Mood_based_resume/

💻 Code

The project is built using simple frontend technologies. Here's the core idea:

  • User enters name & role
  • Selects a mood
  • JavaScript generates a chaotic resume

Example logic:

if (mood === "angry") {
  return "I dominated every project and crushed deadlines. Hire me or regret it.";
}
Enter fullscreen mode Exit fullscreen mode

⚙️ How I Built It

  • HTML for structure
  • CSS for styling
  • JavaScript for generating mood-based content

No backend. No database. No purpose. Just vibes.


😂 Example Outputs

😡 Angry Mode

"I dominated every project and crushed deadlines. Hire me or regret it."

😭 Sad Mode

"I tried my best… sometimes things worked… sometimes not…"

😎 Overconfident Mode

"I am the greatest developer alive. My code is flawless."

🤖 Robot Mode

"Human executed assigned tasks. Efficiency: HIGH."


🤡 Why It's Useless

Because no recruiter would ever accept a resume like this.

But it does answer an important question:
👉 What if your feelings wrote your resume?


🏆 Prize Category

Community Favorite

Because this project is:

  • Funny
  • Relatable
  • Slightly painful

🚀 Final Thoughts

This was built purely for fun and chaos.

Sometimes, the best way to learn is to stop being serious and just build something ridiculous.

Mission: accomplished 😄

Top comments (0)