Skip to content

mikhail-w/terminal-phone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Terminal Phone

Getting Started

Clone this Repo

  1. Clone the repository to your local machine:

    git clone <repository_url>

Add Collaborators to this Repo

  1. To collaborate, add team members as collaborators on the GitHub repository.
  2. Go to the repository on GitHub.
  3. Navigate to "Settings" > "Manage access" > "Invite a collaborator."
  4. Add team members by username or email.

Feature Implementation

Team 1 - Create Terminal Phone Menu Interface

  1. Create Feature Branch:

    git checkout -b feature-terminal-menu
  2. Implement Menu Interface:

    • Personalize the phone with images and colors.
    • Design a menu interface using basic Python functions.
  3. Commit Changes:

    git add .
    git commit -m "Implement Terminal Phone Menu Interface"
  4. Push Feature Branch:

    git push origin feature-terminal-menu

Team 2 - Manage Contacts

  1. Create Feature Branch:

    git checkout -b feature-manage-contacts
  2. Implement Contact Management:

    • Create, update, delete, and read contacts.
  3. Commit Changes:

    git add .
    git commit -m "Implement Contact Management"
  4. Push Feature Branch:

    git push origin feature-manage-contacts

Team 3 - Search on the Internet

  1. Create Feature Branch:

    git checkout -b feature-internet-search
  2. Implement Internet Search:

    • Open a browser for the user.
    • Implement search functionality and history.
  3. Commit Changes:

    git add .
    git commit -m "Implement Internet Search"
  4. Push Feature Branch:

    git push origin feature-internet-search

Team 4 - Manage Tasks and Subtasks

  1. Create Feature Branch:

    git checkout -b feature-manage-tasks
  2. Implement Task Management:

    • Create, update, delete, and read tasks and subtasks.
  3. Commit Changes:

    git add .
    git commit -m "Implement Task Management"
  4. Push Feature Branch:

    git push origin feature-manage-tasks

Finalization

  1. Review code, address feedback, and make necessary changes.
  2. Merge approved features into the main branch.
  3. Test the integrated features in the main branch.
  4. Optional create project documentation.

Congratulations! The team has successfully created a personalized terminal phone with distinct features.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages