Skip to content

AnnyKatt/TaskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskManager

TaskManager is a simple web application that allows users to manage their daily tasks. It's built using Python Flask for the backend and HTML/CSS/JavaScript for the frontend.

Features

  • Add, edit, and delete tasks
  • Mark tasks as complete
  • Responsive design
  • Simple and intuitive UI

Technologies Used

  • Python Flask
  • HTML/CSS
  • JavaScript
  • SQLite (for database)

Installation

  1. Clone the repository:
git clone https://github.com/tu-usuario/TaskManager.git
cd TaskManager
  1. Create a virtual environment and activate it:
python -m venv venv
source venv/bin/activate
  1. Install the dependencies:
pip install -r requirements.txt
  1. Run the application:
flask run
  1. Open your browser and go to http://127.0.0.1:5000.

Usage

  • Navigate to the home page to view your tasks.
  • Use the "Add Task" button to create a new task.
  • Click on a task to edit or delete it.
  • Use the checkboxes to mark tasks as complete.
  • Contributing
  • Feel free to fork the repository and submit pull requests. Any contributions are welcome!

License

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

About

TaskManager is a simple web application that allows users to manage their daily tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors