Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.37 KB

README.md

File metadata and controls

45 lines (35 loc) · 1.37 KB

ContactKeeper-MERN

Contact manager using React hooks & context

Features

  • Login and register functionality
  • Keep a list of contacts
  • Add a personal or a professional contact number

Dependencies

  • bcryptjs
  • express
  • config
  • jsonwebtoken
  • mongoose
  • react-moment
  • uuid
  • axios
  • react-transition-group
  • react-router-dom

Screenshots

Contact Keeper

Contact Keeper

Contact Keeper

Contact Keeper

Contact Keeper

Installation

Install my-project with npm

  git clone https://github.com/TarokhDev2020/ContactKeeper-MERN.git
  cd my-project
  npm install
  cd client
  npm install

Go to config/default.json and place your Mongo URI

Authors