-
Notifications
You must be signed in to change notification settings - Fork 186
Home
Welcome to the Dev-Elevate wiki!
Title: Welcome to the Dev-Elevate Wiki!
Content:
- Short intro about the project
- Vision + Mission
- Links to other wiki pages
Example:
Dev-Elevate is a platform built to help students and developers upskill with interactive learning hubs, placement preparation, and career resources.
๐ Our mission: Empower learners to crack interviews and grow into industry-ready developers.
๐ Quick Links:
- [Project Overview](./Project-Overview)
- [Setup Guide](./Setup-Guide)
- [Learning Hubs](./Learning-Hubs)
- [Contribution Guide](./Contribution-Guide)
- [Roadmap](./Roadmap)
-
High-level description of Dev-Elevate
-
Core modules:
- Placement Preparation Arena
- Learning Hubs (DSA, MERN, etc.)
- Career Growth Resources
-
Tech Stack Used (MERN, Tailwind, etc.)
-
Target audience (students, job seekers, developers)
Step-by-step instructions for contributors & users.
-
Clone repo
git clone https://github.com/<username>/dev-elevate.git cd dev-elevate cd client cd server
-
Install dependencies
npm install
-
Setup
.envfile with DB + API keys -
Run development server
npm run dev
- MongoDB configuration
- Express routes structure
- React/Next.js setup
- Tailwind CSS setup
Subpages:
-
DSA Learning Hub
- Arrays, Strings, Linked Lists, Trees, Graphs, DP
- Interactive modules with code editor, notes, reviews, progress tracking
-
MERN Stack Hub
- HTML, CSS, JS, React, Node, MongoDB
- Hands-on coding environment
-
Placement Prep Arena
- Job Listings + Apply Flow
- Mock Interview Q&A
- Resume & Skill-building resources
Each page should have:
- Modules overview
- Features (Notes, Code, Reviews, Progress)
- Screenshots (optional)
- Fork, Branch, Commit, PR process
- Contribution rules (what to do / not do)
- Example commit message format
- Labels used in issues (bug, enhancement, feature, etc.)
Document backend structure:
Example:
{
username: String,
email: String,
password: String,
role: "student" | "admin"
}{
userId,
topicId,
content: String,
updatedAt: Date
}{
userId,
topicId,
rating: Number,
comment: String,
createdAt: Date
}Planned features:
- โ Placement Preparation Arena
- โ DSA Learning Hub (in progress)
- ๐ MERN Learning Hub (coming soon)
- ๐ Auto-comment workflows for Issues/PRs
- ๐ฎ Future: AI-powered code mentor
- How issues should be created (with templates)
- PR checklist before submitting
- Autocomment GitHub Actions workflow (explained)
- Version:
v1.0.0-beta - Live deployment link (if any, e.g., Vercel/Netlify)
- Known issues / limitations
- Team members / contributors list
- Acknowledgments
- How to join Dev-Elevate as a contributor