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.";
}
โ๏ธ 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)