Updated README and added another optional task.

This commit is contained in:
Hosein
2026-05-17 19:50:17 +03:30
parent 54f96e8fb9
commit 19789bf7d1
3 changed files with 9 additions and 3 deletions
+4
View File
@@ -37,7 +37,11 @@ and finally add this line there:
### Controller.java
* Wire up the "Shop" buttons → show payment alerts
* Implement theme toggle (Dark ↔ Light)
* (Optional) Create initialize function and use it to set prices during runtime.
(you will need to reference the prices label in the fxml)
* (Optional) Make the plan prices go 1 dollar up each time user clicks on the shop button.
**Note**: Optional tasks are for your further practice and doesn't have extra points.
---