This program simulates an agenda where you can insert your tasks, update their status as complete or incomplete, and delete them. Your tasks are saved in a database with SQLAlchemy.
- Description
- Requirements
- Run the project
- Contribute
- Screenshots
You will download the folder and run the main.py script.
After that, go to your web browser and enter the page http://127.0.0.1:5000If you would like to contribute to the project, please follow these guidelines:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature- Make your changes and commit them:
git commit -m "Your commit message"- Push to the branch:
git push origin feature/new-feature- Submit a pull request.


