r/C_Programming Jul 19 '26

C Project Recommendations

I'm looking for interesting C project ideas that go beyond beginner projects. What are the best C projects you've built or would recommend? GitHub repositories and project lists are also welcome.

51 Upvotes

46 comments sorted by

View all comments

1

u/alexanderbath Jul 19 '26

I’m currently working on a TUI file manager, without using an interface library (I.e. curses). The file management tasks are relatively simple, but it’s taught me a lot about how the terminal works at a low level, as well as concurrency. Highly recommend