Some great tutorials that I learnt coding for this app are :
- Quick Flask deployment using www.pythonanywhere.com : Deploying Flask Apps Using Python Anywhere (2020) - by Pretty Printed
- Detailed Flask Tutorial : Python Flask Tutorial: Full-Featured Web App Part 1 - Getting Started - by Corey Schafer
- GeeksforGeeks Explanation of the Eval Function : eval in Python - by Nikhil Kumar
- Detailed Article on Towards Data Science : Python eval() built-in-function - by Tanu N Prabhu
- Useful Tool for writing html files : W3Schools Try HTML