Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 850 Bytes

File metadata and controls

30 lines (20 loc) · 850 Bytes

Contact Keeper

Contact Keeper is an easy to manage advanced telephone directory. It always you to store contacts of your knowns segregating them as professional or personal. It also allows to add, edit, search and delete your contacts. It is built using MERN TechStack.

Live Demo

https://your-contact-keeper.herokuapp.com/

Preview

Create a new account

Register

Login

Login

Your Telephone Directory

Manage

Running on localhost

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