Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Sahil-u07/techxninjas-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

🌐 TechXNinjas – The Student-Centric Tech Community Platform

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.


🚀 What is TechXNinjas?

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.


🧩 Key Features

✅ Public Features:

  • 🎯 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.

🔐 Logged-in User Features:

  • 🧑 User Dashboard with saved content, uploads, and details
  • 📈 Creator Dashboard for article/course submission
  • ✍️ Article/Course submission editor (in development)

⚙️ Tech Stack

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

📋 GSSoC 2025 Contributor Task Board

Track all open tasks, progress, and completed contributions on our live board:
👉 Project Board

We regularly update this board with new issues, assignments, and progress – check here before picking an issue!

🔑 Environment Variables

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

🧪 How to Run Locally

  1. Clone the Repository
git clone https://github.com/techxninjas/techxninjas-client.git
cd techxninjas
  1. Install Dependencies
npm install
  1. Add Environment Variables

Create a .env.local file and paste your Supabase/EmailJS keys as described above.

  1. Run the Project
npm run dev

Open http://localhost:5173 to view it in your browser.


🤝 Contribution Guide

We are open to meaningful contributions from developers, designers, and content creators!

You can contribute to:

  • Bug fixes
  • New feature implementation
  • UI/UX improvements
  • Responsive & accessibility enhancements
  • Content (articles, tech blogs, etc.)

Steps:

  1. Fork the repo
  2. Create a new branch: git checkout -b feature-name
  3. Make your changes and commit: git commit -m "Add feature"
  4. Push to your fork: git push origin feature-name
  5. Create a pull request from your fork’s branch

💬 Join Our Community Discussions!

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!


👨‍💻 Maintainers

Feel free to reach out for discussions, suggestions, or contributions!


📄 License

This project is licensed under the GPL-3.0 license.


Made with ❤️ for students, by students.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.0%
  • CSS 1.2%
  • Other 0.8%