Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 3.54 KB

README.md

File metadata and controls

72 lines (49 loc) · 3.54 KB
Demo.gif

version license theme

Demo.gif

About

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.

Key system features

  • 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.



Technologies

CSS3 JavaScript HTML5 Bootstrap ESLint PHP

Development Tools

vscode-logo vscode-logo



Running

Clone the Repository

Access your machine's PHP development repository under the path "other locations/var/www"

Clone this repository using the following command:

Configure the Database

Configure your database in the "db/config.php" file, changing the authentication data informed by your server.

Access the Project

Open the browser and access the repository by the url:

Test the Project

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.



References

About PHP

About Bootstrap 5