Python Web-Frameworks Projects ============================== This section showcases all python web-frameworks projects with their documentation and source code. .. admonition:: 💡 Navigation Tip :class: tip Click on any project card to view its complete documentation, or use the dropdown to preview key information. .. grid:: 1 2 2 2 :gutter: 3 :margin: 2 .. grid-item-card:: FastAPI Todo List Package :link: python_web-frameworks_fastapi :link-type: doc :class-card: project-card :text-align: left A simple and efficient todo list API built with FastAPI, featuring full CRUD operations with timestamps for creation, updates, and completion tracking... :bdg-secondary:`FastAPI` :bdg-secondary:`Python` :bdg-secondary:`SQLite` +++ .. button-link:: python_web-frameworks_fastapi :color: primary :outline: :expand: View Details → **Quick Preview** ^^^^^^^^^^^^^^^^^^ .. tab-set:: .. tab-item:: FastAPI Todo List Package A simple and efficient todo list API built with FastAPI, featuring full CRUD operations with timestamps for creation, updates, and completion tracking... **Technologies:** FastAPI, Python, SQLite .. dropdown:: 📖 Quick Preview :color: info :icon: book A simple and efficient todo list API built with FastAPI, featuring full CRUD operations with timestamps for creation, updates, and completion tracking. Packaged for easy distribution and deployment to feeds. - **Add todo items** with title and optional description - **Mark items as completed** with automatic completion timestamps - **Remove items** from the list - **View active todos** with creation and modification dates - **View completed todos** with completion dates - **Update existing todos** (title, description, status) *... (view full documentation for complete details)* :doc:`View Full Documentation → `