This is a simple Todo web application built using Flask, Semantic UI, and HTML. The app allows users to create, update, and delete tasks in a todo list.

- Flask Microframework
- Semantic UI
- HTML
- Render (Free Cloud Platform to Deploy App services )
utilized various stacks in separate branches to deploy the same app, aiming to learn from diverse stacks simultaneously and expand my understanding across multiple technologies :
- Used Render in this branch to deploy the app.
- Employed Vagrant in the second branch to revisit and reinforce Vagrant skills.
- Utilized Ansible, Vagrant, and PostgreSQL in the third branch, marking my first experience with Ansible.
- Clone The Repository : Clone the repository using the command:
git clone https://github.com/Twarga/Project1A- Install Dependencies : Navigate to the project directory and install the required dependencies from the requirements.txt file
pip install -r requirements.txt
- Running The application Locally : Execute the following command to run the Flask development server:
python app.pyAccess the app at http://127.0.0.1:5000/ in your browser.