Leetcode Journal is a NextJS Full stack application designed to help developers track, assess, and analyze their problem-solving journey on LeetCode. It provides a better way to show the progress of a developer of their coding journey.
Leetcode Journal offers the following key features:
- 🗂️ Problems Dashboard: Showcasing problems by difficulty, topic, or category for better organization.
- 📈 Track Progress: Visualize your journey with detailed progress tracking.
- 📊 Performance Analytics: Leverage charts and insights to discover patterns in your performance.
Leetcode Journal leverages cutting-edge technologies to deliver a seamless user experience:
|
|
|
|
|
|
|
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.
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.