CUSTOMER RELATIONSHIP MANAGEMENT SYSTEM(CRM) is a software that is used to store information about customers. When running an online business, it is important to keep track of your customers and the relationship you have with them. A CRM system is used to achieve that.
Features of the CRM
It contains a section for storing details of your business' leads. A lead is someone who is interested in your product. The CRM also contains a section for the list of customers you already have. Finally, there is a section for tracking your business goals.
Tools I built it with
My CRM runs on a webserver. I programmed it in these languages: HTML(for front end), CSS(for styling), JAVASCRIPT(for implementing drag and drop in the 'plan' section), PHP(for the backend and for connecting to the database). My database of choice was MYSQL. I used Netbeans IDE for the backend development and VScode IDE for the front end development. When testing offline on my computer, I used WAMP server.