Networker is a responsive full-stack app that acts as CRM software specifically targeted for networking contacts.
> git clone https://github.com/lulubun/networker.git
> cd networker
> npm install
> npm start
This should automatically open localhost:3000
in a browser.
Inspired by my need to manage the many contacts I have made and will make in the tech community, this app is modeled after CRM (customer relationship management) software that I have used in the past in sales.
This is a simple way to keep track of contact information for networking contacts and a way to schedule continuing follow-ups so you don't lose track of them. An add to calendar feature is included that adds an appointment to your personal calendar to follow up with a contact.
This app includes the ability to create an individual account and secure login. The demo account is available for browsing the site without registering.
- HTML
- CSS
- React
- Node
- Mongo DB
- The app is fully responsive and quickly adapts to all mobile, tablet, and desktop viewports.
Date Formatting
Calendar Appointment Insertion
Security
Component Styling
App Bootstrap