It's an application developed in Python with the Django framework, designed to provide users with an effective and intuitive solution for managing phone contacts. With AGENDA, users have the ability to create, organize, and add contacts to their list in an uncomplicated manner.
If you wish to only view the project, please log in using my username and password:
**User:** Humberto
**Password:** 4U9Gkj&Y
-
Simple Contact Registration: Users can add new phone contacts by entering essential information, such as name, phone number, email address, and additional details, in an intuitive process.
-
Organization and Categorization: The app allows contacts to be organized into categories such as "Friends," "Family," or "Colleagues" for easy access and management.
-
Editing and Updating: Users can edit and update contact information at any time, ensuring that information remains accurate and up-to-date.
-
Search and Filtering: It offers search and filtering features to quickly locate a specific contact using just the first or last name, even in extensive lists.
-
Intuitive Interface: The user interface is designed to be user-friendly and easy to navigate, making the app accessible to users of all experience levels.
-
Data Security: User data security is a priority. It implements security measures to protect users' personal information.
-
Multiplatform Access: The app is accessible on various platforms, allowing users to manage their contacts from any internet-enabled device.
AGENDA/PHONEBOOK offers a convenient solution for those who want to keep their phone contacts organized and accessible at any time and from anywhere. It's the ideal tool for simplifying contact management in an increasingly connected world.
- To search fonts\Icons: Google Fonts
- To create SVG background: BGjar
git clone https://github.com/Humberto-Matondo/Agenda.git
-
For Windowns:
cd Agenda python -m venv venv venv\Scripts\activate python -m pip install --upgrade pip setuptools wheel --user python -m pip install django django-debug-toolbar django-crispy-forms pillow python -m pip install Pillow python manage.py migrate python manage.py makemigrations python manage.py collectstatic