Skip to content

JSRich7204/plrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PLRS Tracker

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.

Features

  • 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)

Getting Started

Prerequisites

  • Any modern web browser

Usage

  1. Clone or download this repository.
  2. Open index.html in your browser.
  3. Add your courses and start tracking your PLRS hours!

File Structure

  • index.html – Main HTML file
  • style.css – App styling
  • script.js – App logic (course management, timer, persistence)

Customization

  • You can edit the CSS for custom themes.
  • The app is fully client-side and does not require a backend.

License

MIT


Made with ❤️ for productivity and learning!