{"id":25508227,"url":"https://github.com/chicacode/mini-project-todo-list-app","last_synced_at":"2025-11-20T09:30:17.886Z","repository":{"id":277632747,"uuid":"933048003","full_name":"chicacode/mini-project-todo-list-app","owner":"chicacode","description":"Mini project created on Python","archived":false,"fork":false,"pushed_at":"2025-02-15T03:57:44.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T04:17:39.490Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chicacode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-15T02:57:57.000Z","updated_at":"2025-02-15T03:57:48.000Z","dependencies_parsed_at":"2025-02-15T04:17:42.626Z","dependency_job_id":"7060d15c-c107-4dc0-b48a-270951885b3d","html_url":"https://github.com/chicacode/mini-project-todo-list-app","commit_stats":null,"previous_names":["chicacode/mini-project-todo-list-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicacode%2Fmini-project-todo-list-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicacode%2Fmini-project-todo-list-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicacode%2Fmini-project-todo-list-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicacode%2Fmini-project-todo-list-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chicacode","download_url":"https://codeload.github.com/chicacode/mini-project-todo-list-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239619491,"owners_count":19669447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-19T07:57:20.708Z","updated_at":"2025-11-20T09:30:17.849Z","avatar_url":"https://github.com/chicacode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mini Project: To-Do List Application\n# Data Science Diploma\n\n## Instructor: Derrick Park\n## Students: \n1. Amir Oliveira\n2. Maria de Los Angeles Rojas\n3. Geraldine Hernandez Al Attrach\n\n## Objective\nCreate a simple to-do list application that allows users to add, remove, and view tasks. Additionally, implement a feature to\nsuggest tasks based on priority and approaching deadlines using basic AI logic.\nThis project helps practice working with lists and functions in Python.\n\n## Description\nThis console-based to-do list application provides a menu for users to manage their tasks. The application allows users to:\n1. Add a task to the to-do list.\n2. Remove a task from the to-do list.\n3. View all tasks in the to-do list.\n4. Suggest Tasks: Suggest tasks based on priority and approaching deadlines.\n5. Exit the application.\n\n## Features\n- **Add Task:** Users can add a new task to the list.\n- **Remove Task:** Users can remove a task from the list.\n- **View Tasks:** Users can display all tasks in the list.\n- **Exit:** Users can terminate the program.\n\n## Implementation Steps\n1. Initialize an empty list to store tasks.\n2. Create functions for adding, removing, and viewing tasks.\n3. Implement a menu that continuously prompts the user until they choose to exit.\n4. Handle invalid inputs gracefully to improve user experience.\n\n## Technologies Used\n- **Python**: A core programming language for the project.\n- **NumPy**: Used for data handling and potential future expansions.\n\n## Installation\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/chicacode/mini-project.git\n   ```\n2. Navigate to the project folder:\n   ```sh\n   cd mini-project\n   ```\n3. Install dependencies (if any):\n   ```sh\n   pip install numpy\n   ```\n4. Run the program:\n   ```sh\n   python todo_list.py\n   ```\n\n## Usage\n1. Run the script to access the to-do list menu.\n2. Select options to **add**, **remove**, or **view** tasks.\n3. Enter \"4\" to **exit** the application.\n\n## Example Output\n```\nTo-Do List Application\n----------------------\n1. Add Task\n2. Remove Task\n3. View Tasks\n4. Exit\nEnter your choice:\n```\n\n## Future Improvements\n- Implement a GUI version using Tkinter or PyQt.\n- Add task deadlines and priority levels.\n- Store tasks in a file or database for persistence.\n\n## Contributing\nPull requests are welcome! Feel free to submit a PR or open an issue if you find any issues or have suggestions.\n\n## License\nThis project is licensed under the MIT License.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchicacode%2Fmini-project-todo-list-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchicacode%2Fmini-project-todo-list-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchicacode%2Fmini-project-todo-list-app/lists"}