Sigma Study is an innovative e-learning platform where students teach other students. It empowers learners to share knowledge, create courses, and engage in collaborative education.
- π Student-to-Student Learning: A unique platform where students can teach and learn from each other.
- π Course Creation: Users can create and upload courses in various subjects.
- π Interactive Learning: Includes quizzes, discussions, and real-time feedback.
- π Accessible Education: Open to all learners globally.
- π Progress Tracking: Users can track their learning journey and achievements.
- Frontend: React, HTML, CSS, JavaScript
- Backend: Node.js, Express.js
- Database: MongoDB
- Authentication: Firebase/Auth0
- Deployment: Vercel/Netlify for frontend, Heroku for backend
# Clone the repository
git clone https://github.com/yourusername/sigma-study.git
# Navigate to the project directory
cd sigma-study
# Install dependencies
npm install
# Start the development server
npm startWe welcome contributions from the community! Follow these steps to contribute:
# Fork the repository
git fork https://github.com/yourusername/sigma-study.git
# Create a new branch for your feature/fix
git checkout -b feature-branch
# Commit your changes
git commit -m "Add new feature"
# Push to your fork
git push origin feature-branch
# Submit a pull request on GitHub