A webpage to help you track your Preview, Lecture, Review, and Study (PLRS) hours for multiple courses. Includes a Pomodoro timer and persistent progress tracking using localStorage.
- Add, edit, and delete courses
- Log hours for each PLRS stage per course
- Undo changes to logged hours
- Progress bars for each stage
- Pomodoro timer with course and stage selection
- Responsive card layout (3 per row)
- Data persists after refresh (localStorage)
- Any modern web browser
- Clone or download this repository.
- Open
index.html
in your browser. - Add your courses and start tracking your PLRS hours!
index.html
– Main HTML filestyle.css
– App stylingscript.js
– App logic (course management, timer, persistence)
- You can edit the CSS for custom themes.
- The app is fully client-side and does not require a backend.
MIT
Made with ❤️ for productivity and learning!