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