We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 019e37b commit 0490359Copy full SHA for 0490359
1 file changed
README.md
@@ -16,13 +16,13 @@ The goal of this project is to:
16
17
---
18
19
-## Tech Stack
+This project relies on external services for fetching and processing LeetCode data.
20
+Instead of duplicating details here, refer to the following repositories:
21
-| Layer | Technology |
22
-|----------|------------------------|
23
-| Frontend | HTML, CSS, JavaScript |
24
-| Backend | Node.js |
25
-| API | LeetCode API |
+- [leetcode-api](https://github.com/codepvg/leetcode-api) – API used to fetch user data from LeetCode
+- [lc-backend](https://github.com/codepvg/lc-backend) – Backend service for storing and managing leaderboard data
+
+These repositories handle the core data processing and integration logic for the leaderboard.
26
27
28
0 commit comments