Skip to content

MERN Stack - Contact management App with Add/Delete/Update/Filter functionalities

Notifications You must be signed in to change notification settings

AlmogWer/contacts-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact App

Project Description

Full Stack MERN Project - Personal contact app manager with POST/PUT/DELETE/GET methods - using React hooks, Context, JWT Authentication.

Built with

  • HTML
  • CSS
  • React
  • Node.js
  • Express
  • MongoDB

npm-Run-Server

npm run dev     # Express & React :3000 & :5000
npm run server  # Express API Only :5000
npm run client  # React Client Only :3000

Links

Dummy user

dummy@gmail.com
12345678

Screenshots & Animation

Author

React Icons

React Icons - Main Docs

import { FiUsers, FiUserPlus } from 'react-icons/fi';
<FiUsers className='nameOfTheClass'> </FiUsers>;

React Router Dom

version used - "react-router-dom": "^5.2.0",

Mongo connection setup

JWT - JSON Web Tokens

Deployment

Heroku Heroku CLI