Skip to content
/ CRM Public

This project is a customer relationship management (CRM) application that uses IndexedDB to store and retrieve customer data. The application allows you to create a database, define an object store with various indexes for different customer fields, and retrieve customer data from the database.

Notifications You must be signed in to change notification settings

TrujiDev/CRM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRM - IndexedDB

This project is a simple Customer Relationship Management (CRM) system that utilizes the IndexedDB database to store and manage customer information. The system consists of various HTML, JavaScript, and CSS files to facilitate the creation, editing, and visualization of customers.

Usage Instructions

  1. Open index.html in your web browser to view the list of existing customers.
  2. Use the links in the sidebar to edit existing customers or add new ones.
  3. Complete the form with customer information and click "Edit Customer" or "Add Customer" as appropriate.
  4. The information will be stored in the IndexedDB database, and the customer list will be updated.

Requirements

  • Web browser with IndexedDB support.

Project Setup

No special configuration is required to use the project. Ensure you have an internet connection to load the necessary libraries and styles.

Additional Notes

  • This project uses Tailwind CSS for quick and consistent styling.
  • IndexedDB is used to store and retrieve customer information locally in the browser.

Developer

TrujiDev

For more details and improvements, feel free to explore and modify the source code!


Thank you for using the IndexedDB-based CRM! If you have any questions or issues, please don't hesitate to contact TrujiDev.

About

This project is a customer relationship management (CRM) application that uses IndexedDB to store and retrieve customer data. The application allows you to create a database, define an object store with various indexes for different customer fields, and retrieve customer data from the database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published