Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 544 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 544 Bytes

Eframe/Egui TODO App

A simple Todo windows native app. This repo is a personal project aimed in honing my skills in rust.

The app utlizes the Eframe crate for the User Interface, and Serde and Serde_Json to parse user data. The data is stored in the computer's file system but the personalization configuration is stored in a config.json file in the same directory as the .exe file.

Future features I plan to implement

  • Custom App Icon
  • Keyboard shortcuts
  • Scalable UI