A full-stack project built with 💡 passion and 💻 precision for HackOrbit 2025, organized by Digital Learning Group, MITS.
👩💻 Riya Kaurav — Team Lead
Department of IT IoT, 1st Year
👩💻 Aditi Agrawal
Department of CSE, 1st Year
TechTalks is a collaborative platform where students and professionals share real-world tech interview experiences — helping others prepare with confidence.
Features include:
- 📘 Browse detailed interview stories from top companies
- ✍️ Submit your own experiences anonymously or openly
- 💡 Share preparation tips or insights
- ❓ Ask and answer technical questions
Whether you're preparing for your first interview or mentoring others, TechTalks fosters a community built on transparency and growth.
Explore TechTalks live in action:
| 🌐 Layer | 🔗 Link |
|---|---|
| Frontend App | https://tech-talks-wheat.vercel.app |
| Backend API | https://tech-talks-1.onrender.com/api |
🧪 Try posting an experience, submitting a tip, or asking a question — no login required.
🛠️ All data flows in real-time from the hosted Flask backend to the deployed React frontend.
| Layer | Technologies |
|---|---|
| Frontend | React.js, Tailwind CSS, Vite |
| Backend | Python, Flask, Flask-SQLAlchemy |
| Database | SQLite (local) → ready for PostgreSQL |
| Deployment | Render (backend), Vercel/Netlify (frontend) |
Backend
- cd backend
- pip install -r requirements.txt
- python app.py
Frontend
- cd frontend
- npm install
- npm run dev
- User authentication & profiles
- Like/comment system on stories
- Tag-based filtering (e.g., #Amazon, #WebDev, #DSA)
- Admin dashboard to moderate content
- UI enhancements with animations and themes