This is a simple RSS reader built with TypeScript, TailwindCSS, React, and Tauri.
The project is designed to be straightforward, using a JSON file to store the data. In debug mode, a directory is created under src-tauri, containing a JSON file. In release mode, both the directory and the file are created in the current working directory.
I created this project primarily to learn Tauri. I hope it helps you as you explore and learn this new framework as well.