Welcome to the official repository of TechXNinjas, a student-first community platform built to empower learners across India (and beyond) with tech resources, events, articles, courses, and collaboration opportunities — all under one roof.
TechXNinjas is a full-fledged, production-ready community platform that:
- Showcases student-centric events, hackathons, giveaways, and more.
- Publishes valuable articles, technical blogs, and career tips.
- Offers community-built and mentor-led courses for learning.
- Features creator dashboards and user profiles.
- Encourages collaboration and real-world open-source exposure.
This platform is already deployed and being used live by thousands of students across colleges and universities.
- 🎯 Homepage with live announcements and CTAs
- 📰 Articles & Blogs page with filters and individual article pages
- 🎓 Courses page with detailed overviews
- 📅 Events page showcasing upcoming & past events with detail view
- 📤 Contact Us form for queries
- 👨💼 Public User Profiles for members, contributors, and mentors
- 📃 Static Pages: About Us, Privacy Policy, Terms, etc.
- 🧑 User Dashboard with saved content, uploads, and details
- 📈 Creator Dashboard for article/course submission
- ✍️ Article/Course submission editor (in development)
| Category | Technology |
|---|---|
| Frontend | React.js (TypeScript) |
| Routing | React Router DOM |
| Styling | Tailwind CSS |
| Backend/API | Supabase (PostgreSQL) |
| Hosting | Vercel |
| Auth | Supabase Auth |
| SEO & Analytics | Meta tags, Open Graph, Google Analytics |
Track all open tasks, progress, and completed contributions on our live board:
👉
We regularly update this board with new issues, assignments, and progress – check here before picking an issue!
To run the project locally, create a .env.local file and include:
VITE_SUPABASE_URL=your_supabase_project_url
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key- Clone the Repository
git clone https://github.com/techxninjas/techxninjas-client.git
cd techxninjas- Install Dependencies
npm install- Add Environment Variables
Create a .env.local file and paste your Supabase/EmailJS keys as described
above.
- Run the Project
npm run devOpen http://localhost:5173 to view it in your browser.
We are open to meaningful contributions from developers, designers, and content creators!
- Bug fixes
- New feature implementation
- UI/UX improvements
- Responsive & accessibility enhancements
- Content (articles, tech blogs, etc.)
- Fork the repo
- Create a new branch:
git checkout -b feature-name - Make your changes and commit:
git commit -m "Add feature" - Push to your fork:
git push origin feature-name - Create a pull request from your fork’s branch
We’re using GitHub Discussions to build a strong community for GSSoC 2025 and beyond!
👉 Click here to ask questions, introduce yourself, or share ideas!
- Aadil Latif – LinkedIn
Feel free to reach out for discussions, suggestions, or contributions!
This project is licensed under the GPL-3.0 license.
Made with ❤️ for students, by students.