Flask-Based Web App with User Input: Small Project
I created a Flask-based web application that takes user input through an HTML form, processes it with Python, and displays a personalized response. Through this project, I learned how to structure a Flask app properly using folders like templates/
, use render_template()
to connect Python with HTML, and handle form submissions using the POST method. I also got comfortable with using request.form
to access user data and displaying it with Jinja2 syntax.
Now, I can confidently set up and run a Flask server, build user-interactive web pages, and organize my code using best practices. This project gave me a solid foundation to build more complex apps in the future, such as quizzes, score tracking systems, or multi-step forms with validation.
GitHub Link: https://github.com/skhan117-lab/practice-html-python.git





