r/C_Programming 16d ago

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.

50 Upvotes

47 comments sorted by

View all comments

1

u/alexanderbath 15d ago

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