Skip to content

codinggita/linkLy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

LinkLy 🚀

Important Links


Problem Statement

Small businesses and freelancers often struggle to manage their customer relationships, tasks, and communications effectively. Enterprise-level CRM solutions are usually too complex, expensive, and bloated with unnecessary features, leading to a steep learning curve and inefficient workflows for smaller teams. There is a need for a lightweight, intuitive, and modern CRM platform that focuses on core functionalities without compromising on design and performance.


Solution

LinkLy provides a streamlined, AI-powered CRM platform designed specifically for maximum efficiency and simplicity. By cutting out enterprise bloat, LinkLy offers an intuitive, blazing-fast interface where users can seamlessly manage contacts, track tasks, view analytics, and organize their calendar. It brings essential CRM features into one unified, beautifully designed dashboard.


Features

  • 📊 Analytics Dashboard: Visualize your active projects, revenue, and top companies with beautiful interactive charts.
  • 👥 Contact Management: Organize your network with Grid, Kanban, and List views. Add customized details and sort by categories.
  • 📧 Built-in Email Client: A fully functional mock email interface with rich-text replying and categorizations.
  • 📅 Calendar & Scheduling: View your schedule by Month, Week, or Day. Easily add cross-referenced events.
  • 📝 Tasks & Notes: Stay on top of your to-dos with dedicated Kanban boards and rich-text note-taking environments.
  • 🔒 Secure Authentication: Full JWT-based Login and Signup flow backed by a MongoDB/Express server.
  • ⚙️ Comprehensive Settings: Manage your account, billing, security, and notification preferences from a unified interface.

Tech Stack

Frontend:

Backend:

  • Node.js & Express.js
  • MongoDB (Mongoose)
  • JWT (JSON Web Tokens) for Authentication
  • Bcrypt.js for secure password hashing

Proper Folder Structure

linkLy/
├── backend/
│   ├── config/          # Database configuration
│   ├── controllers/     # Route logic
│   ├── middlewares/     # Custom middlewares (auth, errors)
│   ├── models/          # Mongoose database schemas
│   ├── routes/          # Express routing
│   ├── .env             # Environment variables
│   ├── index.js         # Entry point for the backend server
│   └── package.json     # Backend dependencies
├── frontend/
│   ├── public/          # Static assets
│   ├── src/
│   │   ├── assets/      # Images, icons, and fonts
│   │   ├── components/  # Reusable React components
│   │   ├── context/     # React Context API for state management
│   │   ├── pages/       # Application route pages
│   │   ├── App.jsx      # Main application component
│   │   ├── index.css    # Global Tailwind styles
│   │   └── main.jsx     # Frontend entry point
│   ├── index.html       # HTML template
│   ├── tailwind.config.js # Tailwind CSS configuration
│   ├── vite.config.js   # Vite configuration
│   └── package.json     # Frontend dependencies
├── .gitignore
└── README.md

Project Screenshots/Images

Here is a glimpse of the LinkLy platform in action:

LinkLy Landing Page

The LinkLy Landing Page.


LinkLy Dashboard

The Analytics Dashboard providing a high-level overview of revenue and metrics.


LinkLy About Page

The About Page and Team Overview.

(Note: Please save the screenshots you provided into the frontend/public/screenshots/ folder with the names landing-page.png, dashboard.png, and about-page.png respectively so they show up on GitHub!)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages