Skip to content

To-Do List app demonstrating CRUD operations (Create, Read, Update, Delete).

Notifications You must be signed in to change notification settings

Saurab112/ToDo-List-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List Application 📝✔️

Overview 🌟 A simple To-Do List web application built using ASP.NET Core. It allows users to create, edit, delete, search, and filter tasks. 🖥️✨

Features 🎯 ➕ Add new tasks with title and description. ✏️ Edit and delete tasks. 🔍 Search tasks by title or description. 🗂️ Filter tasks by completion status (Completed ✅ / Not Completed ❌).

Installation ⚙️

  1. Clone the repository: git clone https://github.com/Saurab112/ToDo-List-App.git cd ToDo-List-App

2.Open the project in Visual Studio or any IDE that supports ASP.NET Core. 💻

3.Set Up the Database Make sure SQL Server is installed and running. Check or update the connection string in appsettings.json. Apply migrations: Update-Database (This will create the necessary tables in the database.)

4️. Run the Application 🚀

📸 Screenshot

To-Do List App

To-Do List App

Usage 🛠️ ➕ Add a new task, ✏️ edit an existing one, or ❌ delete tasks. 🔍 Use the search and filter options to find specific tasks.

About

To-Do List app demonstrating CRUD operations (Create, Read, Update, Delete).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published