IntervIQ
IntervIQ: is an AI-powered platform for practicing mock interview questions and enhancing your interview readiness.
Install / Use
/learn @its-pratyushpandey/IntervIQREADME
<img src="https://vitejs.dev/logo.svg" alt="Vite Logo" width="32" align="top"/> React + TypeScript + Vite Starter
Welcome to your modern React project powered by Vite and TypeScript!
Experience lightning-fast development, instant HMR, and a robust linting setup.
🚀 Features
- React 18+ with functional components and hooks
- TypeScript for type safety and scalability
- Vite for ultra-fast builds and hot module replacement (HMR)
- ESLint with ready-to-expand configuration
- Responsive Design out of the box
- Attractive UI with icons, options, and smooth animations
🛠️ Getting Started
# Install dependencies
npm install
# Start the dev server
npm run dev
🔌 Official Vite React Plugins
| Plugin | Fast Refresh | Underlying Engine | Docs Link | |-----------------------------------------------|:------------:|:-----------------:|:----------------------------------------| | <img src="https://vitejs.dev/logo.svg" width="18"/> @vitejs/plugin-react | ✅ | Babel | Read More | | <img src="https://swc.rs/favicon.ico" width="18"/> @vitejs/plugin-react-swc | ✅ | SWC | Read More |
📏 Expanding ESLint Configuration
Take your linting to the next level for production-ready apps with Type-Aware Rules and React Best Practices.
1️⃣ Enable Type-Aware Linting
// eslint.config.js
export default tseslint.config({
languageOptions: {
// ...other options
parserOptions: {
project: ['./tsconfig.node.json', './tsconfig.app.json'],
tsconfigRootDir: import.meta.dirname,
},
},
});
2️⃣ Recommended Type-Checked Config
- Use
tseslint.configs.recommendedTypeCheckedorstrictTypeCheckedfor stricter type-aware linting. - Optionally, add stylistic rules:
...tseslint.configs.stylisticTypeChecked.
3️⃣ Add React ESLint Plugin
// eslint.config.js
import react from 'eslint-plugin-react';
export default tseslint.config({
settings: { react: { version: '18.3' } },
plugins: { react },
rules: {
...react.configs.recommended.rules,
...react.configs['jsx-runtime'].rules,
// Add your custom rules here
},
});
Install the plugin:
npm install eslint-plugin-react --save-dev
💡 Responsive & Attractive UI Tips
- Use React Icons for scalable icons:
import { FaRocket } from 'react-icons/fa'; <FaRocket className="animate-bounce text-blue-500" /> - Style with Tailwind CSS or MUI for instant responsiveness.
- Animate with Framer Motion for smooth transitions:
import { motion } from 'framer-motion'; <motion.div animate={{ scale: 1.2 }} transition={{ duration: 0.5 }}>Hello!</motion.div>
📚 Resources
🤝 Contributing
Pull requests are welcome!
Open an issue for feature requests or bug reports.
⚡ Made with Vite, React, and TypeScript
<div align="center"> <img src="https://vitejs.dev/logo.svg" width="48" /> <img src="https://reactjs.org/favicon.ico" width="48" /> <img src="https://www.typescriptlang.org/favicon-32x32.png" width="48" /> </div>Related Skills
node-connect
350.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
