Skip to content

nirmitirane24/ToDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo

This is a simple Todo-list web application built using Flask, a lightweight web framework for Python, and SQLite, a relational database management system. The app allows users to create, read, update, and delete tasks, providing a straightforward way to manage their daily tasks and responsibilities.

Features

Task Management: Users can add, view, edit, and delete tasks from their Todo-list. User Authentication: Secure user authentication system allows users to register an account and log in to access their personal Todo-list. Persistent Storage: Tasks are stored in an SQLite database, ensuring data persistence across sessions. Responsive Design: The app is designed to be responsive and works seamlessly on both desktop and mobile devices.

Technologies Used

Flask: A micro web framework written in Python for building web applications. SQLite: A lightweight relational database management system used for storing task data. HTML/CSS: For structuring and styling the frontend user interface. JavaScript: For interactive features and dynamic content handling. Bootstrap: Frontend framework for building responsive and mobile-first websites.

About

This is a simple Todo-list web application built using Flask, a lightweight web framework for Python, and SQLite, a relational database management system. The app allows users to create, read, update, and delete tasks, providing a straightforward way to manage their daily tasks and responsibilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors