An RSS feed reader written in C
Go to file
2024-08-20 09:38:47 -05:00
.vscode Adding src so far 2024-08-20 09:35:05 -05:00
apps Make it build again 2024-08-20 09:38:47 -05:00
include Make it build again 2024-08-20 09:38:47 -05:00
src Make it build again 2024-08-20 09:38:47 -05:00
tests Make it build again 2024-08-20 09:38:47 -05:00
.gitignore Adding src so far 2024-08-20 09:35:05 -05:00
LICENSE Initial commit 2024-08-20 14:20:55 +00:00
Makefile Adding src so far 2024-08-20 09:35:05 -05:00
README.md Adding src so far 2024-08-20 09:35:05 -05:00

c-rss

An RSS feed reader written in C

I am re-learning C by writing an RSS feed reader from scratch. I plan on playing around with several build tools such as make, gradle, and bazel.

Goals

  • get better at C
  • get better at Makefiles
  • learn how to write gradle plugins
  • get better at SQL
  • compare make, gradle, and bazel
  • learn how to use gtest for C projects