Skip to content

JR-Bam/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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