Skip to content

GauravKanwasi/todo-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

To-Do List App

This is a simple To-Do List web application built using HTML, CSS, JavaScript, and Python (for backend). It allows users to add, edit, and delete tasks, helping to manage and track daily to-dos effectively.

Preview

To-Do List App Screenshot
This is a preview of the app interface where users can manage their tasks.

Note: Replace the link with a real screenshot or a preview of your app once it's deployed or running locally.

Features

  • Add new tasks with a title and description.
  • Mark tasks as completed or delete them.
  • Tasks are stored persistently (in memory, database, or browser local storage depending on your setup).

Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend (optional): Python (Flask or Django for server-side logic)
  • Storage (optional): Local Storage or a database (like SQLite)

Installation

Follow the steps below to get your project running locally.

1. Clone the repository:

git clone https://github.com/yourusername/todo-list-app.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published