A website 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. The "Covid Relief" section of the website provides real time tweets related to COVID-19 relief, medicines, oxgyen cylinders etc.
- 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.
- Get Real time tweets related to Corona virus pandemic.
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 |
---|---|
Real time Tweet Streamer | Get Covid Information |
---|---|
[email protected]:shreyrai99/social-media-website.git
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