Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 2.05 KB

README.md

File metadata and controls

48 lines (29 loc) · 2.05 KB

To-Do App

Overview..

This is a simple To-Do application built using Django. It utilizes SQLite for the database and HTML with Bootstrap for the front-end templates. The app allows users to create, view, mark as completed, and delete tasks.


Features..

Add Task Icon Add new tasks: Easily add new tasks to your list. Even You can Edit and Update your Task description and Title.

Checkmark Icon Mark tasks as completed: Mark tasks when they are finished.

Delete Icon
Delete tasks: Remove tasks that are no longer needed.

Bootstrap Icon User-friendly interface with Bootstrap: Responsive design with a modern look.

SQLite Icon
Persistent storage with SQLite: Store tasks persistently using SQLite.


Technologies Used..

Django Icon Backend : Django -> A high-level Python web framework that encourages rapid development and clean, pragmatic design.

SQLite Icon Database : SQLite -> A lightweight, disk-based database that doesn’t require a separate server process.

Frontend:

HTML Icon CSS Icon

HTML/CSS: -> For structuring and styling the front-end user interface.

Bootstrap Icon

Bootstrap: -> A front-end framework for developing responsive and mobile-first websites.

Contributing

Your contributions are valuable! Whether you've found a bug or have suggestions for improvements, feel free to open an issue or submit a pull request. Your input helps make this application better for everyone.