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.
Connections Manager is a full-stack web application where users can keep track of the connections they make while they are networking.

- 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.
- Clone the repository:
git clone https://github.com/yourusername/Connections-Manager.git- Navigate to the project directory:
cd connections-manager- Install Dependencies:
npm install- Start the server:
npm run dev- Open your browser and go to:
http://localhost:2009- Add a new contact by entering key information including name, e-mail, company, etc.
- Submit the item and have it be added as a card in your feed.
- Change the order of importance in your feed using the favorite function.
- Click the 🗑️ trash icon to delete items.