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.
- 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.
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 |
---|---|
npm install
cd client
npm install
cd ..
npm run dev
http://localhost:5000/ : The Backend runs at port 5000
http://localhost:3000/ : The Front-end runs at port 3000