Coderszonee is a modern Learning Management System (LMS) designed for developers, students, and tech enthusiasts.
Our goal is to provide a collaborative platform where coders can learn, share, and grow through:
- 📚 Skill paths & career roadmaps
- 🛠️ Real-world coding projects
- 🤝 Community collaboration
- 🌐 Modern UI/UX with responsive design
- Interactive Skill Paths and Career Paths
- Role-based access (Admin, Student, Instructor)
- Course management with quizzes & progress tracking
- Responsive design with Next.js + Node.js + MongoDB
- Community-driven discussions and resource sharing
- Frontend: Next.js, React, TailwindCSS, Framer Motion
- Backend: Node.js, Express, MongoDB (Mongoose)
- Authentication: JWT, NextAuth (planned)
- Deployment: Vercel / Hostinger
- Clone the repo
git clone https://github.com/your-username/coderszonee.git cd coderszonee - Install dependencies
npm install
- Create a .env.local file and add:
MONGODB_URI=your_connection_string NEXTAUTH_SECRET=your_secret
- Run the development server
npm run dev
We welcome contributions from the community!
- Fork the repo
- Create a feature branch (git checkout -b feature-name)
- Commit changes & push (git push origin feature-name)
- Open a Pull Request