Giter Site home page Giter Site logo

to_do_list_app's Introduction

to_do_list_app

The To-Do List App is a simple command-line application that allows you to manage your tasks effectively. You can add, view, mark as completed, and remove tasks from your to-do list. This README provides an overview of the project, instructions for usage, and the structure of the code.

Table of Contents

Features

  • Add Task: You can add a new task with a title and description to your to-do list. Each task is assigned a unique task ID.

  • View Tasks: You can view your list of tasks, including their status (done or not), title, and description.

  • Mark as Completed: You can mark a task as completed by specifying its task number.

  • Remove Task: You can remove a task from your to-do list by specifying its task number.

  • Clear Screen: You can clear the screen to maintain a clean and organized view of your to-do list.

  • Save and Quit: You can save your tasks to a file and exit the program. Your tasks will be loaded the next time you start the application.

Usage

  1. Make sure you have Python installed on your computer.

  2. Clone or download this repository.

  3. Run the To-Do List App using the following command:

  4. Follow the on-screen menu to perform tasks, such as adding, viewing, marking as completed, and removing tasks.

  5. To save your tasks and exit the program, choose option 6 from the menu.

Project Structure

The project consists of two main files:

  • main.py: This is the main program that runs the To-Do List App. It contains the menu loop and user interaction.

  • functions.py: This module contains functions for adding, viewing, marking as completed, and removing tasks, as well as for saving and loading tasks to/from a file.

Contributing

Contributions to this project are welcome. If you find any issues or have ideas for improvements, please open an issue or submit a pull request.

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature/your-feature-name.
  3. Make your changes and commit them: git commit -m 'Add new feature'.
  4. Push to the branch: git push origin feature/your-feature-name.
  5. Submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

to_do_list_app's People

Contributors

sirmrmanuel0 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.