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.
- Add, edit, and delete tasks
- Mark tasks as complete
- Responsive design
- Simple and intuitive UI
- Python Flask
- HTML/CSS
- JavaScript
- SQLite (for database)
- Clone the repository:
git clone https://github.com/tu-usuario/TaskManager.git
cd TaskManager- Create a virtual environment and activate it:
python -m venv venv
source venv/bin/activate- Install the dependencies:
pip install -r requirements.txt- Run the application:
flask run- Open your browser and go to
http://127.0.0.1:5000.
- 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!
This project is licensed under the MIT License - see the LICENSE file for details.