/contact-keeper

MERN application to help you keep track of your contacts.

Primary LanguageJavaScript

Contact Keeper

Full stack MERN application that allows you to save your contacts.

Screenshots

Alt text

Alt text

Alt text

Deployment Site

Contact-Keeper

  • Contact-Keeper is deployed on Heroku.

Built With

  • React - Front-end framework used
  • bcrypt - Library to hash passwords
  • axios - Node module to make promised based HTTP requests
  • config - Node module to store parameters used for different deployment environments.
  • express - Web framework used with Node.js
  • JWT - JSON Web Tokens used for authentication
  • MongoDB - NoSQL database used to store users and contacts

Acknowledgments

  • Traversy Media - For guidance through the development of Contact Keeper in his React course. Also for teaching the fundamentals of the Context API and backend RESTful API's.