A Streamlit-based study tracker for IBPS Clerk Prelims 2025 with block-based SRS (Spaced Repetition System).
- 92 topics · 186 modules · 2,609 pages across QA, Reasoning, Puzzles, DI, English
- SRS scheduling — reviews auto-scheduled at +1, +3, +7, +15, +30 blocks (VH priority)
- One-click workflow — see task → study pages → click Done → get next
- Progress dashboard — section & priority breakdowns, topic status table
- Review schedule — upcoming reviews sorted by due block
- Offline-first — state stored in JSON, no database needed
pip install streamlit
streamlit run app.py- Fork this repo
- Go to share.streamlit.io
- Connect your GitHub and select this repo
- Set
app.pyas the main file - Deploy — done!
| Priority | Reviews | Block gaps after completion |
|---|---|---|
| 🟣 Very High | 5 | +1, +3, +7, +15, +30 |
| 🔴 High | 4 | +3, +7, +15, +30 |
| 🟡 Medium | 3 | +7, +15, +30 |
| 🟢 Low | 2 | +15, +30 |