You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A website for developers built using the MERN stack. Now experience LinkedIn + Stackoverflow at a single place!
Create your portfolio profile, add details like your educational credentials and experience, create posts, like/unlike and comment on posts by other members of the community. Users can also give mock quiz on the website to brush up their knowledge.
🚀Technology Stack
JavaScript
React
Mongo DB
Express
Node JS
CSS
HTML5
Specialities of the Website
Safe and secure authorization and authentication.
Users can create their own portfolio profile.
Create posts and view posts by other members of the community.
Like and comment on posts created by others.
Give mock quiz to brush up your knowledge.
State Management
📸 ScreenShots
Landing Page
Sign Up Page
Sign In Page
Dashboard (User Experience info)
Dashboard (User Education info)
List of Developer Profiles
Portfolio Profile of users-1
Portfolio Profile of users-2
Post Feed (Like,unlike,delete,create posts)
Post Feed (Comment on posts)
Give Mock Quiz
Practise MCQ Questions
Get Quiz Marks
State of Website
Run Locally
Clone the repository:
Install Server dependencies:
npm install
Install Client Dependencies:
cd client
npm install
Run Express and React
cd ..
npm run dev
Check in Browser
http://localhost:5000/ : The Backend runs at port 5000
http://localhost:3000/ : The Front-end runs at port 3000