This is a simple application to track your progress with achievements with clear, large status indicators. It is meant to be motivating and was designed for university students to track their progress in their courses (especially with ranks).
- Native editing features: Users can edit the text within the application using the browser.
- Saving in Local Storage: Current state will be saved in the browser's local storage.
- Undo and redo operations: Users can undo and redo changes by using the
ctrl+z
andctrl+y
orctrl+shift+z
keyboard shortcuts. - Dark mode: Users can switch between light and dark mode. The mode is persisted across sessions using
localStorage
.
Describe how to use your application here.