Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 2.2 KB

README.md

File metadata and controls

74 lines (50 loc) · 2.2 KB

Tupper

Tupper is a feature-rich, advanced contact management web application. Designed to run locally.

Key Features

  • 📝 Standard Contact Management:

    • Create, edit and delete contacts
    • Import/export data from other apps
    • Organize contacts into groups
  • 🌍 Interactive map of contact locations

  • 📱 Social Media integration for each contact

  • 🤝 Comprehensive relationship system

    • Declare relationships between contacts (supports backlinks)
    • Generate an interactive relational graph
    • Quick genealogical panel based on parent-child relations
  • 💼 Enhanced group management with Organizations

    • Define organizations (e.g., companies, schools)
    • Group contacts by shared organizations
    • Create infinite sub-organizations for detailed grouping

Tech Stack

Installation

  1. Clone the repository
git clone https://github.com/paradoxe-tech/Tupper
cd Tupper
  1. Install dependencies
npm install
  1. Start the server
npm run start

Usage

  • Launch the application locally by visiting http://localhost:8080.
  • Use the intuitive UI to manage, explore, and analyze your contacts.

Contribution

Contributions are welcome !

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -m 'Add new feature')
  4. Push to the branch (git push origin feature-branch)
  5. Open a pull request

License

This project is licensed under the MIT License. See the LICENSE file for details.