This is a contact and task management system developed using PHP, SQL, JavaScript, HTML and CSS. The objective is to provide an efficient tool to help control and organize personal information.
-
Contact Management: Add, view, edit and delete contacts easily and intuitively. Store information such as name, phone, email, address, among other relevant data.
-
Task Management: Create, view, update and delete tasks to stay organized and ensure all activities are completed. Assign due dates and status for better tracking.
-
Secure Login: Implementation of a secure login system using the SHA256 algorithm to encrypt user passwords. This ensures the protection of personal data and information security.
-
Database: All contact and task information is stored in a database. This allows data access and synchronization from different devices, facilitating collaborative work and updating in real time.
- git clone git@github.com:mthalmeida/taskManager.git
Configure your database in the "db/config.php" file, changing the authentication data informed by your server.
Open the browser and access the repository by the url:
Browse the project and verify that all functionality is working correctly. Carry out specific tests on each part of the project to ensure its full operation.