An AI-powered Coding Mentor that answers only coding-related questions in any programming language.
If a non-coding question is asked, it responds with ๐ "Ask coding question" ๐ซ.
This project demonstrates Gen AI + API integration with a clean front-end built using HTML, CSS, and JavaScript.
- โ Answers only coding-related questions
- โก Rejects non-coding queries with a clear message
- ๐ Built with HTML, CSS, JavaScript
- ๐ Integrated with Generative AI API
- ๐ฅ๏ธ Simple & interactive dashboard UI
A clean, dark-themed interface where you can ask coding doubts and get instant AI responses.
- Frontend: HTML, CSS, JavaScript
- Backend/AI: Generative AI API (Gemini API in this project)
- Design: Dark theme dashboard
- User enters a question.
- If itโs a coding-related query โ AI provides an explanation/solution.
- If itโs not coding-related โ Response:
"Ask coding question".
- Pull requests are welcome! If youโd like to enhance the project, fork it and submit a PR ๐