Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.75 KB

README.md

File metadata and controls

59 lines (43 loc) · 2.75 KB

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.

Project Overview

wakatime

Key Features

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.

Tech Stack

Leetcode Journal leverages cutting-edge technologies to deliver a seamless user experience:

Next.js TailwindCSS Supabase Prisma Vercel Git GitHub

Workflow

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.

System Design: