Skip to content

Commit 4b69b0d

Browse files
Implement code changes to enhance functionality and improve performance
1 parent 219e706 commit 4b69b0d

File tree

2 files changed

+9
-36
lines changed

2 files changed

+9
-36
lines changed

README.md

+9-36
Original file line numberDiff line numberDiff line change
@@ -48,39 +48,12 @@ Leetcode Journal leverages cutting-edge technologies to deliver a seamless user
4848
</tr>
4949
</table>
5050

51-
---
52-
53-
<a href="https://github.com/yashksaini-coder">
54-
<table>
55-
<tbody>
56-
<tr>
57-
<td align="left" valign="top" width="14.28%">
58-
<img src="https://github.com/yashksaini-coder.png?s=60" width="130px;"/>
59-
<br/>
60-
<h4 align="center">
61-
<b>Yash K. Saini</b>
62-
</h4>
63-
<div align="center">
64-
<p>(Author)</p>
65-
</div>
66-
</td>
67-
<td align="left" valign="top" width="85%">
68-
<p>
69-
👋 Hi there! I'm <u><em><strong>Yash K. Saini</strong></em></u>, a self-taught software developer and a computer science student from India.
70-
</p>
71-
<ul>
72-
<li>
73-
I love building & contributing to Open Source software solutions & projects that help solve real-world problems.
74-
</li>
75-
<li>
76-
I want to build products & systems that can benefit & solve problems for many other DEVs.
77-
</li>
78-
</td>
79-
</tr>
80-
</tbody>
81-
</table>
82-
</a>
83-
84-
<p align="center">
85-
<strong>🌟 If you find this project helpful, please give it a star on GitHub! 🌟</strong>
86-
</p>
51+
## Workflow
52+
53+
The entire application works on a client-server architecture. The backend is requested from the client side using Next.js API routes. Originally, the real backend server is deployed on Render where Leetcode API is called to fetch the data. The data is then stored in a Supabase database.
54+
55+
On the client side, the data is fetched for the users, problems, submissions, and progress. The data is then displayed in a user-friendly manner using charts and tables. The application is deployed on Vercel for better performance and scalability.
56+
57+
### System Design:
58+
59+
<img align="center" src="./public/System-design.png"/>

public/System-design.png

3.24 MB
Loading

0 commit comments

Comments
 (0)