Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
osamahahmad authored Feb 18, 2025
1 parent a1fc57f commit 30cbf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ This is a simple React project for a Clinical Radiology ST1 interview preparatio

I've used Firebase for auth. and Stripe with a Cloudflare Worker for payments and subscriptions.

The question bank is hidden behind a paywall, and is actually a .docx document. It's been created in Microsoft Word, converted to a string with a custom function (in Stringify.tsx) and stored in Cloudflare Workers KV. It's then retrieved for subscribers with the aforementioned Worker.
The question bank is hidden behind a paywall, and is actually a .docx document. It's maintained in Microsoft Word, converted to a string with a custom function (in Stringify.tsx) and stored in Cloudflare Workers KV. It's then retrieved for subscribers with the aforementioned Worker.

Firestore is optionally used to store each subscriber's progress as they make their way through the question bank.

0 comments on commit 30cbf84

Please sign in to comment.