Skip to content

Latest commit

 

History

History
62 lines (45 loc) · 3.58 KB

File metadata and controls

62 lines (45 loc) · 3.58 KB

Connections Manager

A full-stack Node.js and Express web application that allows users to keep track of all of their important connections as they build their network.

Table of Contents

  1. Project Overview
  2. Features
  3. Technologies Used
  4. Installation
  5. Usage

Project Overview

Connections Manager is a full-stack web application where users can keep track of the connections they make while they are networking. Networking Manager

Features

  • Maintain information in a secure and private profile.
  • Add information about your latest connections to keep track of them including where you met, the spark that led you to connect, and any follow-up items.
  • Star your favorite contacts to have them jump to the top of your list.
  • Add actionable items for following up with your contacts.

Technologies Used

VS Code JavaScript HTML5 CSS3 NodeJS ExpressJS MongoDBGit

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/Connections-Manager.git
  1. Navigate to the project directory:
cd connections-manager
  1. Install Dependencies:
npm install
  1. Start the server:
npm run dev
  1. Open your browser and go to:
http://localhost:2009

Usage

  1. Add a new contact by entering key information including name, e-mail, company, etc.
  2. Submit the item and have it be added as a card in your feed.
  3. Change the order of importance in your feed using the favorite function.
  4. Click the 🗑️ trash icon to delete items.