Let's Build a Todo list application using C

Channel:
Subscribers:
1,780
Published on ● Video Link: https://www.youtube.com/watch?v=rWZpX0jWw0I



Duration: 0:00
642 views
33


In this video, I show how to create a simple to do list application using the C programming language. Follow along to learn some simple coding techniques!

๐Ÿ‘‰ ๐Ÿ‘‰ Grab the source (on github): https://github.com/erikyuzwa/todo-console-app-in-c

๐Ÿ”— Links & References:
Visual Studio 2022 Community Edition (free): https://visualstudio.microsoft.com/vs/community/

๐Ÿ‘‹ ๐Ÿป Connect with me:
X: https://x.com/eyuzwa

===---=== Chapters ===---===
0:00:00 - Introduction
0:00:58 - Starting Blank Project
0:03:51 - Main Entry Point
0:07:32 - Dynamic Memory with Malloc
0:10:24 - Adding a new Todo
0:17:07 - Display list of Todos
0:19:38 - Mark Todo Completed
0:22:52 - Delete a Todo
0:25:57 - Save Todos to a File
0:28:35 - Load Todos from a File
0:35:22 - Wrapping Up

#tutorial #cprogramming #learncoding