🚀 Project Submission for Vibe Coding Bolt – India’s Largest Hackathon
SkillSwap is an innovative platform designed to foster a community of collaborative learners. It enables users to share skills, learn from peers, and grow together — from coding to creative hobbies to eSports strategies.
- 🔁 Post skills you want to teach
- 🎯 Request skills you want to learn
- 🧠 Smart match-making system for skill pairing
- 📬 Real-time messaging between learners and mentors
- 🌐 Fully responsive modern UI
- Frontend: React.js, Tailwind CSS
- Backend: Flask / Node.js (based on final setup)
- Database: MongoDB / Firebase
- Authentication: Firebase Auth or JWT
- Deployment: Vercel / Netlify / Render
This project was developed during Vibe Coding Bolt, India’s largest hackathon, with the goal of creating a real-world solution that promotes community-driven education and accessibility of knowledge.
To run this project locally:
# Clone the repository
git clone https://github.com/your-username/skillswap-platform.git
cd skillswap-platform
# Install dependencies
npm install
# Run the development server
npm run dev