/contact-keeper-1994

Contact manager using React hooks & context

Primary LanguageJavaScript

Contact Keeper

Full stack MERN contact manager with React hooks, context & JWT authentication.

Live Demo

Screenshots

  • Login Screenshot 2024-03-15 at 18 03 37

  • Register Screenshot 2024-03-15 at 18 03 45

  • Dash (Create/Edit/View) Screenshot 2024-03-15 at 18 04 19 Screenshot 2024-03-15 at 18 04 27

Usage

Install dependencies

npm install
cd client
npm install

Mongo connection setup

Edit your /config/default.json file to include the correct MongoDB URI

Run Server

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