-
Notifications
You must be signed in to change notification settings - Fork 888
UPDATE READ.md #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
UPDATE READ.md #31
Conversation
WalkthroughThe README.md file was comprehensively rewritten to replace placeholders with detailed, project-specific information for "Interview with Kuttan," a sarcastic Malayalam interview bot. Updates include team details, project description, technical stack, installation instructions, screenshots, workflow diagrams, demo links, and contributor credits. No code or exported entities were modified. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (6)
README.md (6)
15-15
: Replace informal “Anyways…” with formal “Anyway…”The phrase “Anyways…” is colloquial and triggers a markdown-lint warning.
Replacing it with “Anyway…” keeps the humour while avoiding the style violation.-"Interview with Kuttan" is a sarcastic Malayalam interview bot that roasts you no matter what you say. You think you’re doing well? Anyways… you are not getting hired. +"Interview with Kuttan" is a sarcastic Malayalam interview bot that roasts you no matter what you say. You think you’re doing well? Anyway… you are not getting hired.
32-33
: Remove stray list markerLine 33 contains a lone “-” which renders as an empty bullet and breaks the list.
- - None (Your ego is the only hardware affected 🫠) -- + - None (Your ego is the only hardware affected 🫠)
36-41
: Fix heading hierarchy to satisfy MD001These headings jump back to H1 (
#
) inside deeper sections, violating “heading-increment” rules and disrupting navigation. Use incremental levels:-# Installation +#### Installation <!-- H4 under “### Implementation” --> -# Run +#### Run -# Diagrams +## Diagrams <!-- New top-level section under main document -->Also applies to: 58-58
43-44
: Correct typo, remove trailing colon, and linkify URL-### Versal Deployed Link : -https://interview-with-kuttan.vercel.app/ +### Vercel Deployment +[interview-with-kuttan.vercel.app](https://interview-with-kuttan.vercel.app/)This fixes “Versal”→“Vercel”, removes the dangling colon, satisfies MD026, and replaces the bare URL (MD034).
37-39
: Convert bare URLs to Markdown linksBare links fail MD034 and are less readable. Example fixes:
-https://github.com/devcodes28/interview-with-kuttan +[GitHub repo](https://github.com/devcodes28/interview-with-kuttan) -https://drive.google.com/file/d/1bXebblFTpPbdwyWvt3yDPTmSgf7nwaj8/view?usp=sharing +[Demo video](https://drive.google.com/file/d/1bXebblFTpPbdwyWvt3yDPTmSgf7nwaj8/view?usp=sharing)Apply the same treatment to all remaining bare URLs.
Also applies to: 49-50, 65-65
52-56
: Provide descriptivealt
text for accessibilityAll three screenshot
<img>
tags use a genericalt="image"
. Replace with meaningful descriptions, e.g.:-<img width="1920" height="1200" alt="image" src="…"/> - The glorious glassy chat UI where your confidence goes to die. +<img width="1920" height="1200" alt="Chat UI showing user and roast response" src="…"/> - The glorious glassy chat UI where your confidence goes to die.Improves accessibility and SEO without changing the comic tone.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
README.md
[style] ~15-~15: The word ‘Anyways’ is informal American English. Did you mean “anyway”?
Context: ...t you say. You think you’re doing well? Anyways… you are not getting hired. ### The Pr...
(ANYWAYS)
🪛 markdownlint-cli2 (0.17.2)
README.md
37-37: Bare URL used
(MD034, no-bare-urls)
43-43: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3
(MD001, heading-increment)
43-43: Trailing punctuation in heading
Punctuation: ' :'
(MD026, no-trailing-punctuation)
44-44: Bare URL used
(MD034, no-bare-urls)
49-49: Bare URL used
(MD034, no-bare-urls)
63-63: Heading levels should only increment by one level at a time
Expected: h2; Actual: h3
(MD001, heading-increment)
65-65: Bare URL used
(MD034, no-bare-urls)
"Interview with Kuttan" is a sarcastic Malayalam interview chatbot.
No matter what you answer, Kuttan will roast you and confirm your rejection in Malayalam — but with different levels of roasting.
The app:
Starts with an interview question
You answer in text
It sends your answer + context to Gemini API
Gemini responds with a roast in Malayalam
Chat continues until Kuttan is done making fun of you 😏
Summary by CodeRabbit