Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tevesmanuel/to-do-list
Simple to do list applicattion written in C with GLFW3
https://github.com/tevesmanuel/to-do-list
c glfw to-do-list
Last synced: 3 days ago
JSON representation
Simple to do list applicattion written in C with GLFW3
- Host: GitHub
- URL: https://github.com/tevesmanuel/to-do-list
- Owner: TevesManuel
- License: apache-2.0
- Created: 2024-07-20T18:23:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T18:28:20.000Z (5 months ago)
- Last Synced: 2024-11-09T02:34:57.202Z (about 2 months ago)
- Topics: c, glfw, to-do-list
- Language: C
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# To Do List
### Is a simple app for create, make & delete tasks developed in C only with GLFW on the backend
## How build my project?
- #### Run make
``` bash
make
```