Loading repository data…
Loading repository data…
GaneshHegde1029 / repository
This Flask TODO App is a simple yet functional task management project that demonstrates core features of full-stack web development using Python. It integrates front-end templates (HTML/CSS) with a back-end powered by Flask, using an SQLite database via SQLAlchemy ORM.
A beginner-friendly full-stack web application built using Flask and SQLAlchemy, designed to manage your daily tasks. This is a classic CRUD (Create, Read, Update, Delete) project to help beginners understand the foundations of a modern Python web application.
| Technology | Description |
|---|---|
| Python | Programming language |
| Flask | Web framework |
| SQLAlchemy | ORM for interacting with the DB |
| SQLite | Lightweight local database |
| HTML/CSS | Front-end templating with Jinja2 |
flask-todo-app/ │ ├── app.py # Main Python application ├── /templates/ # HTML pages │ ├── index.html # Displays tasks │ └── update.html # Page for editing task ├── /static/ (optional) # CSS/JS files if needed ├── test.db # SQLite database (auto-generated) └── README.md # You're here!
This project helps you learn:
Contributions are welcome!
Fork the repo, make your changes, and submit a pull request.
For major changes or suggestions, open an issue first to discuss.
MIT License © 2025 [Your Name]
If this project helped you, feel free to ⭐ star the repository and share it with others!
Happy coding! 🚀