SkillBridge A simple e-learning web app built with Node.js, Express.js, MongoDB, and HTML/CSS/JavaScript. Users can register, log in, learn from lessons, and take quizzes.
Features
-
User registration & login (stored in MongoDB)
-
Lessons with videos & images
-
Linked quizzes for each lesson
-
Score display after each quiz
-
Responsive and easy-to-use UI
Tech Stack
Frontend: HTML, CSS, JavaScript Backend: Node.js, Express.js Database: MongoDB
How to Run
-
Clone the repo git clone https://github.com/mansi30-sys/skillbridge.git cd skillbridge
-
Install dependencies npm install
-
Create a .env file MONGO_URI=mongodb://127.0.0.1:27017/skillbridge JWT_SECRET=yourSecretKey PORT=3000
-
Run the server node backend/server.js
-
Open in browser → http://localhost:3000