A To-Do record application built with Flask and Bootstrap for creation the UI.
Design and manipulating the database with SQLAlchemy.
Creating the Flask app defining routes, serving static files
and rendering templates.
Using the extension 'Flask Login' for authenticaiton management.
Creating forms and defining form validations.
Built interactive UI with the help of Bootstrap.
Used Sqlite3 for database.