This is a MERN (MongoDB/Express/React/Node.js) application that allows for managing contacts (phone number, name, email and type personal/professional) and is available at https://contact-keeper-97904.herokuapp.com/.
Provided that you have Node.js installed:
- Clone the repo
- Run
npm install && npm run clientinstall
from the project folder - Run
npm run dev