Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.12 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.12 KB

A developer networking website built with the MERN stack (MongoDB, Express, React, Node.js).

Features

  • Register a profile and Login with encrypted authentication
  • Edit your profile by adding experiences and education history
  • Showcase your profile and latest github projects
  • Explore fellow developer profiles
  • Post, like and comment in the community forum

Technologies

  • Node.js backend
  • Stateless JWT authentication
  • React Hooks, Async/Await
  • Redux state management
  • Extensive backend API with Express
  • MongoDB database
  • Automatic Heroku Deployment from github

Feature Development Workflow

  • Create a new reducer
  • Create a new action
  • Create a new component