{"id":50812013,"url":"https://github.com/kiquetal/study-b2-cambridge","last_synced_at":"2026-06-13T05:33:41.113Z","repository":{"id":344251794,"uuid":"1181046670","full_name":"kiquetal/study-b2-cambridge","owner":"kiquetal","description":"A minimal Astro-based study tracker for B2 Cambridge exam preparation with spaced repetition and browser notifications","archived":false,"fork":false,"pushed_at":"2026-05-22T13:23:25.000Z","size":11453,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T18:50:33.790Z","etag":null,"topics":["astro","cambridge-b2","english-learning","react","spaced-repetition","sqlite","study-tracker","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kiquetal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-13T17:32:34.000Z","updated_at":"2026-05-22T13:26:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"c86c50dc-10c3-4472-a877-8e5780eab023","html_url":"https://github.com/kiquetal/study-b2-cambridge","commit_stats":null,"previous_names":["kiquetal/study-b2-cambridge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kiquetal/study-b2-cambridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiquetal%2Fstudy-b2-cambridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiquetal%2Fstudy-b2-cambridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiquetal%2Fstudy-b2-cambridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiquetal%2Fstudy-b2-cambridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kiquetal","download_url":"https://codeload.github.com/kiquetal/study-b2-cambridge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kiquetal%2Fstudy-b2-cambridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34273788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["astro","cambridge-b2","english-learning","react","spaced-repetition","sqlite","study-tracker","tailwindcss"],"created_at":"2026-06-13T05:33:40.438Z","updated_at":"2026-06-13T05:33:41.104Z","avatar_url":"https://github.com/kiquetal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# B2 Cambridge Study Tracker\n\nA minimal Astro-based study tracking application for B2 Cambridge exam preparation with spaced repetition and browser notifications.\n\n## Features\n\n- **Study Session Logging**: Track date, duration, skill area (Reading/Writing/Listening/Speaking), topic, source, notes, exercise count, and confidence level\n- **Spaced Repetition**: Automatic review scheduling with intervals: 1, 3, 7, 14, 30 days\n- **Browser Notifications**: Get notified when topics are due for review\n- **Statistics Dashboard**: View total sessions, total hours, and current study streak\n- **SQLite Database**: All data persists in a local SQLite database file (`study.db`)\n\n## Getting Started\n\n```sh\nnpm install\nnpm run dev\n```\n\nThe app will be available at `http://localhost:4323/`.\n\n## How to Use\n\n1. **Log a Study Session**: Fill out the form on the left with your study details\n2. **Review Topics**: When topics are due for review, you'll see a notification and they'll appear in the \"Due for Review\" section\n3. **Mark as Reviewed**: Click \"Mark Reviewed\" to update the next review date\n4. **Track Progress**: Monitor your stats and streak in the dashboard\n\n## Spaced Repetition Schedule\n\n- First review: 1 day after study\n- Second review: 3 days after first review\n- Third review: 7 days after second review\n- Fourth review: 14 days after third review\n- Fifth+ review: 30 days after previous review\n\n## Browser Notifications\n\nOn first visit, the app will request notification permissions. Grant permission to receive review reminders when you open the app.\n\n## Data Storage\n\nAll study session data is stored in a local SQLite database file (`study.db`) in the project root. This ensures:\n- Data persists across browser sessions\n- No data loss when clearing browser cache\n- Easy backup (just copy the `study.db` file)\n- Portable data that can be moved between machines\n\n## Commands\n\n| Command                   | Action                                           |\n| :------------------------ | :----------------------------------------------- |\n| `npm install`             | Installs dependencies                            |\n| `npm run dev`             | Starts local dev server at `localhost:4323`      |\n| `npm run build`           | Build your production site to `./dist/`          |\n| `npm run preview`         | Preview your build locally, before deploying     |\n\n## Tech Stack\n\n- **Astro**: Static site framework with SSR\n- **React**: UI components\n- **Nanostores**: Lightweight state management\n- **SQLite (better-sqlite3)**: Local database for persistent storage\n- **TypeScript**: Type safety\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiquetal%2Fstudy-b2-cambridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiquetal%2Fstudy-b2-cambridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiquetal%2Fstudy-b2-cambridge/lists"}