Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hey-its-d2t2/todo_list_in_c
ToDo list app in c programming language using Graphics progrramming and File heandeling in C. I had created this project in my first semester of BCA by self study from vaious resources of internet.
https://github.com/hey-its-d2t2/todo_list_in_c
advanced-programming c cprogramming filehandling graphics-programming gui-application learn-to-code learnign learning-by-doing todoapp
Last synced: 15 days ago
JSON representation
ToDo list app in c programming language using Graphics progrramming and File heandeling in C. I had created this project in my first semester of BCA by self study from vaious resources of internet.
- Host: GitHub
- URL: https://github.com/hey-its-d2t2/todo_list_in_c
- Owner: hey-its-d2t2
- Created: 2023-09-08T16:09:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-24T05:33:14.000Z (8 months ago)
- Last Synced: 2024-11-12T06:24:43.738Z (3 months ago)
- Topics: advanced-programming, c, cprogramming, filehandling, graphics-programming, gui-application, learn-to-code, learnign, learning-by-doing, todoapp
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo List in C
ToDo list app in C programming language using Graphics programming and File handling in C. In this App a user can add tasks, maximum task limit is 8, view their all added task, and remove tasks. I have created this project in my first semester of BCA by self-study from various resources from internet.Splash Screen
![Screenshot (212)](https://github.com/hey-its-d2t2/ToDo_List_in_C/assets/63626210/96bc9fa5-3313-4b77-87fe-c934506c08bf)
![Screenshot (213)](https://github.com/hey-its-d2t2/ToDo_List_in_C/assets/63626210/16814301-a34a-4002-b059-e6b808681c9e)
![Screenshot (216)](https://github.com/hey-its-d2t2/ToDo_List_in_C/assets/63626210/5d3c51dc-27a3-434f-ab90-85a927731014)
![Screenshot (215)](https://github.com/hey-its-d2t2/ToDo_List_in_C/assets/63626210/c3c819a3-fe9b-466d-bfc1-93b52240291e)
![Screenshot (214)](https://github.com/hey-its-d2t2/ToDo_List_in_C/assets/63626210/fdebb243-acad-4d0c-938b-91cd8de7c99e)
Main Sceen
![Screenshot (369)](https://github.com/hey-its-d2t2/ToDo_List_in_C/assets/63626210/403e59a9-37b2-421d-831a-d11a9125b895)
Add Task
![Screenshot (375)](https://github.com/hey-its-d2t2/ToDo_List_in_C/assets/63626210/41220b1f-c7a8-4145-8640-b25e70ceeadb)
View Task
![Screenshot (371)](https://github.com/hey-its-d2t2/ToDo_List_in_C/assets/63626210/753b88e1-a7d4-4174-8067-99d91fed615a)
Remove Task
![Screenshot (372)](https://github.com/hey-its-d2t2/ToDo_List_in_C/assets/63626210/b95823b4-e200-44e7-882a-c31c9bfb9410)
![Screenshot (373)](https://github.com/hey-its-d2t2/ToDo_List_in_C/assets/63626210/5ea91398-86b1-479c-8605-0c4d0bbc105e)
Exit
![Screenshot (374)](https://github.com/hey-its-d2t2/ToDo_List_in_C/assets/63626210/bc704dee-8e86-4b3e-bc28-aefebb7bd6a7)