You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add student history API endpoint
* chore: update files
* refactor: move student history logic to separate module
* style: format student history module
* changing the file name and removing comments
* style: apply prettier formatting
* message
* improve user history API response time
* Change main entry point from index.js to server.js
* Add caching for student API endpoint
Implement caching for student data retrieval to improve performance.
---------
Co-authored-by: Jagdish Prajapati <jagadishdrp@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,16 @@ It allows users to register with their LeetCode username and automatically fetch
10
10
11
11
The goal of this project is to:
12
12
13
-
- Encourage consistent problem-solving among students
14
-
- Create a competitive yet motivating environment
15
-
- Provide visibility into individual coding progress
13
+
- Encourage consistent problem-solving among students
14
+
- Create a competitive yet motivating environment
15
+
- Provide visibility into individual coding progress
16
16
17
17
---
18
18
19
-
20
-
21
19
## Screenshots
20
+
22
21
A quick preview of the platform UI. The appearance may evolve as the project develops.
22
+
23
23
### Home Page
24
24
25
25

@@ -28,13 +28,10 @@ A quick preview of the platform UI. The appearance may evolve as the project dev
28
28
29
29

30
30
31
-
32
31
### Leaderboard
33
32
34
33

35
34
36
-
37
-
38
35
## Related Repositories
39
36
40
37
-[leetcode-ranking-data](https://github.com/codepvg/leetcode-ranking-data) – The database repository where raw JSON data and historical stats are stored
@@ -65,6 +62,7 @@ leetcode-ranking/
65
62
### 1. Fork and clone the repository
66
63
67
64
First, fork the repository to your GitHub account. Then clone it locally:
0 commit comments